-
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
Add profiles support to OTLP HTTP exporter #11450
Conversation
bb8235c
to
a7c4aa3
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11450 +/- ##
==========================================
- Coverage 92.14% 92.12% -0.02%
==========================================
Files 433 433
Lines 20389 20441 +52
==========================================
+ Hits 18787 18831 +44
- Misses 1238 1243 +5
- Partials 364 367 +3 ☔ View full report in Codecov by Sentry. |
a7c4aa3
to
5bf391e
Compare
I merged #11226 :) |
5bf391e
to
ed05199
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. @open-telemetry/collector-approvers I will merge this on Friday EU morning unless there are comments before then
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This uses the profiles internal packages that were implemented in previous PRs to provide profiles support to the OTLP HTTP exporter. This PR requires open-telemetry#11226✅ to be merged first.
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This uses the profiles internal packages that were implemented in previous PRs to provide profiles support to the OTLP HTTP exporter. This PR requires open-telemetry#11226✅ to be merged first.
Description
This uses the profiles internal packages that were implemented in previous PRs to provide profiles support to the OTLP HTTP exporter.
This PR requires #11226✅ to be merged first.