-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Which processors should be used by default? #2152
Comments
Based on #2148 (comment). OTEL collector might run without any processor. |
Use of the |
Once our storage exporters will accept batches we could enable batch and queued retry processors. For now, I wanted to enable memory limiter, however, it accepts absolute settings. I have submitted a proposal to accept percentage configuration open-telemetry/opentelemetry-collector#1078 that would enable us to enable it by default for any deployment. |
Closing as it is a "low level" issue related to V2 which might take a different approach. |
Created from #2148 (comment)
List of OTEL processors https://github.com/open-telemetry/opentelemetry-collector/tree/master/processor
The text was updated successfully, but these errors were encountered: