-
Notifications
You must be signed in to change notification settings - Fork 144
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
Replacing memory limiter processor with extension #4689
Replacing memory limiter processor with extension #4689
Conversation
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
go.mod
Outdated
go.opentelemetry.io/collector/extension v0.97.0 | ||
go.opentelemetry.io/collector/extension/memorylimiterextension v0.97.0 |
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.
Move these into the OTel Collector dependencies require
group?
This pull request is now in conflicts. Could you fix it? 🙏
|
This pull request is now in conflicts. Could you fix it? 🙏
|
Quality Gate passedIssues Measures |
(cherry picked from commit 13a4157) # Conflicts: # NOTICE.txt # go.mod # go.sum # internal/pkg/otel/README.md
Replaces processor with extensions in order to avoid dropping events when processor hits the limits. Extension puts back-pressure on receivers
Fixes: #4665