-
Notifications
You must be signed in to change notification settings - Fork 2.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
[processor/k8sattributes] Add support for profiles signal #35983
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
The package |
|
Thank you for the information. I will submit a PR soon. |
…etry#35999) #### Description Add support for profiles signal to `k8sattributesprocessor`. #### Link to tracking issue Fixes open-telemetry#35983 #### Testing - factory_test.go - processor_test.go
Component(s)
processor/k8sattributes
Describe the issue you're reporting
This processor would be useful for testing and validation of the experimental profiling signal, and to replace some functionality available in the eBPF Agent.
As inspiration for how to add support this PR can be used: open-telemetry/opentelemetry-collector/pull/11071 (there is no processor with support as of the writing of this issue)
Example of configuration using profiles (needs
service.profilesSupport
feature gate to be enabled):The text was updated successfully, but these errors were encountered: