-
Notifications
You must be signed in to change notification settings - Fork 176
[9.0] (backport #8372) otel: add cumulativetodeltaprocessor to EDOT collector #8388
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
Conversation
--------- Co-authored-by: Andrzej Stencel <andrzej.stencel@elastic.co> (cherry picked from commit 5111970) # Conflicts: # NOTICE-fips.txt # go.mod # go.sum # internal/pkg/otel/README.md # internal/pkg/otel/testdata/all-components-fips.yml
Cherry-pick of 5111970 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
This pull request has not been merged yet. Could you please review and merge it @anuraaga? 🙏 |
|
💛 Build succeeded, but was flaky
Failed CI StepsHistory
cc @anuraaga |
What does this PR do?
Adds
cumulativetodeltaprocessor
to the EDOT collectorelastic-agent version of elastic/opentelemetry-collector-components#601
/cc @codefromthecrypt
Why is it important?
Elastic stack only supports delta metrics. The processor can be used to still ingest certain cumulative metrics such as those scraped from Prometheus endpoints.
Checklist
./changelog/fragments
using the changelog toolDisruptive User Impact
How to test this PR locally
Can start a server exposing Prometheus metrics such as envoy and configure collector with prometheus receiver and cumulativetodelta processor to elastic apm.
This is an automatic backport of pull request #8372 done by [Mergify](https://mergify.com).