-
Notifications
You must be signed in to change notification settings - Fork 1.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
[consumer] Add new consumererrorprofiles module #11207
[consumer] Add new consumererrorprofiles module #11207
Conversation
This was authored by @dmathieu on PR open-telemetry#11131 Co-authored-by: Damien Mathieu <[email protected]>
e8cdfff
to
60ebe2c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11207 +/- ##
=======================================
Coverage 91.91% 91.91%
=======================================
Files 430 432 +2
Lines 20313 20321 +8
=======================================
+ Hits 18671 18679 +8
Misses 1268 1268
Partials 374 374 ☔ View full report in Codecov by Sentry. |
@open-telemetry/collector-approvers this is waiting on reviews! |
This seems ready to be merged? |
Andrzej is not in the collector-approvers group, so I am still waiting for a review here 😢 |
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This is extracted from #11131. It adds profiles support for the epxorterhelper, so both the otlp and otlphttp exporters can support that signal. It requires #11207✅ and #11225✅ to be merged first. --------- Co-authored-by: Pablo Baeyens <[email protected]> Co-authored-by: Pablo Baeyens <[email protected]>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This is extracted from open-telemetry#11131. It adds profiles support for the epxorterhelper, so both the otlp and otlphttp exporters can support that signal. It requires open-telemetry#11207✅ and open-telemetry#11225✅ to be merged first. --------- Co-authored-by: Pablo Baeyens <[email protected]> Co-authored-by: Pablo Baeyens <[email protected]>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Split off from open-telemetry#11131. Adds new module for consumer errors for profiles. --------- Co-authored-by: Damien Mathieu <[email protected]>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This is extracted from open-telemetry#11131. It adds profiles support for the epxorterhelper, so both the otlp and otlphttp exporters can support that signal. It requires open-telemetry#11207✅ and open-telemetry#11225✅ to be merged first. --------- Co-authored-by: Pablo Baeyens <[email protected]> Co-authored-by: Pablo Baeyens <[email protected]>
Description
Split off from #11131. Adds new module for consumer errors for profiles.