-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[receiver/otlpjsonfile] Add support for profiles signal #35977
Labels
data:profiles
Profiles related issues
help wanted
Extra attention is needed
priority:p2
Medium
receiver/otlpjsonfile
Comments
Pinging code owners for receiver/otlpjsonfile: @djaglowski @atoulme. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
djaglowski
pushed a commit
that referenced
this issue
Oct 25, 2024
#### Description Add support for profiles signal to `otlpjsonfilereceiver`. #### Link to tracking issue Fixes #35977 #### Testing - add `TestFileProfilesReceiver` - update `TestFileMixedSignals`
jpbarto
pushed a commit
to jpbarto/opentelemetry-collector-contrib
that referenced
this issue
Oct 29, 2024
…ry#35995) #### Description Add support for profiles signal to `otlpjsonfilereceiver`. #### Link to tracking issue Fixes open-telemetry#35977 #### Testing - add `TestFileProfilesReceiver` - update `TestFileMixedSignals`
sbylica-splunk
pushed a commit
to sbylica-splunk/opentelemetry-collector-contrib
that referenced
this issue
Dec 17, 2024
…ry#35995) #### Description Add support for profiles signal to `otlpjsonfilereceiver`. #### Link to tracking issue Fixes open-telemetry#35977 #### Testing - add `TestFileProfilesReceiver` - update `TestFileMixedSignals`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
data:profiles
Profiles related issues
help wanted
Extra attention is needed
priority:p2
Medium
receiver/otlpjsonfile
Component(s)
receiver/otlpjsonfile
Describe the issue you're reporting
This receiver would be useful for testing and validation of the experimental profiling signal.
As inspiration for how to add support this PR can be used: open-telemetry/opentelemetry-collector/pull/11071
Example of configuration using profiles (needs
service.profilesSupport
feature gate to be enabled):The text was updated successfully, but these errors were encountered: