-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add experimental otelcol log collector #1986
Conversation
b87ac45
to
dc97a49
Compare
32209ee
to
76d2776
Compare
Please create an issue for v3 as that will be a breaking change. Also this most probably will be changed globally for many other keys. |
I meant the internal keys defined in |
76d2776
to
eb86894
Compare
a517abd
to
29209f0
Compare
65fbac4
to
6211128
Compare
@astencel-sumo maybe you can take a look as well? |
6211128
to
c4900a4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except for nits from Patryk 🚀
c4900a4
to
2fb5464
Compare
This is an alpha feature without a stable API. It only supports container logs from docker-shim. Co-authored-by: Patryk Małek <pmalek@sumologic.com>
We're adding more pipelines that use otlp as a source, and we should be clearer about what kind of data each pipeline processes.
a03a07e
to
4cc5971
Compare
Description
This is an alpha feature without a stable API. It only supports container logs from docker-shim. Fluent-bit needs to be manually disabled to avoid duplicate logs.
The namespacing in the internal configuration is currently a bit messy - we have a top-level
sumologic.logs
key, which should probably besumologic.metadata.logs
, same with metrics. Same thing is true about the directory structure within the Helm chart. I'd like to change both of those in a separate PR after merging this one. Then this collector can live undersumologic.logs.*
instead ofsumologic.logs.collector.*
.The configuration for otelcol was originally prepared by @astencel-sumo, he gets credit for it actually doing the right thing.
Checklist
Remove items which don't apply to your PR.
Testing performed