-
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
Profiles support in OTLP receiver #11071
Conversation
02ea237
to
c5b918a
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11071 +/- ##
==========================================
- Coverage 91.86% 91.84% -0.02%
==========================================
Files 413 415 +2
Lines 19766 19850 +84
==========================================
+ Hits 18158 18232 +74
- Misses 1239 1245 +6
- Partials 369 373 +4 ☔ View full report in Codecov by Sentry. |
153092b
to
3bbe937
Compare
c84c821
to
e13cedb
Compare
5445eb4
to
261e1d0
Compare
I think we should wait until open-telemetry/opentelemetry-proto#582 is merged (I don't mind if it's merged but not released, but I would like some sort of consensus) |
@dmathieu Can you fix the merge conflicts? I can merge after that |
Done. |
Description
This adds profiles support to the OTLP receiver.
cc @mx-psi