-
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
[debugexporter] Add support for profiles signal #11494
[debugexporter] Add support for profiles signal #11494
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11494 +/- ##
==========================================
+ Coverage 91.38% 91.39% +0.01%
==========================================
Files 433 434 +1
Lines 23659 23711 +52
==========================================
+ Hits 21620 21670 +50
- Misses 1663 1665 +2
Partials 376 376 ☔ View full report in Codecov by Sentry. |
…helperprofiles to v0.112.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.
LGTM. I know there is an open question regarding the format, I think we can go with this and iterate since we can change the output format freely
@bogdandrutu Anything left from your side? I intend to merge this by Friday EU morning |
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This PR adds Profiles support to the `debugexporter` component. <!-- Issue number if applicable --> #### Link to tracking issue Fixes open-telemetry#11155. <!--Describe what testing was performed and which tests were added.--> #### Testing Added tests to all modified modules: - `exporter/debugexporter/exporter_test.go` - `exporter/debugexporter/factory_test.go` - `exporter/debugexporter/internal/normal/profiles_test.go`
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This PR adds Profiles support to the `debugexporter` component. <!-- Issue number if applicable --> #### Link to tracking issue Fixes open-telemetry#11155. <!--Describe what testing was performed and which tests were added.--> #### Testing Added tests to all modified modules: - `exporter/debugexporter/exporter_test.go` - `exporter/debugexporter/factory_test.go` - `exporter/debugexporter/internal/normal/profiles_test.go`
Description
This PR adds Profiles support to the
debugexporter
component.Link to tracking issue
Fixes #11155.
Testing
Added tests to all modified modules:
exporter/debugexporter/exporter_test.go
exporter/debugexporter/factory_test.go
exporter/debugexporter/internal/normal/profiles_test.go