Replies: 1 comment
-
The presentation at https://static.sched.com/hosted_files/kccncna2024/46/Continuous%20Profiling%20OTel%20-%20Christos%20Kalkanis.pdf from 2024 mentions the following backends supporting profile signals:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently trying to test life profiling of processes using the Open Telemetry eBPF profiler. After enabling the feature gate
service.profilesSupport
the eBPF profiler can send data to my Open Telemetry Collector (Contrib). However, the Collector seems unable to export it to jaeger with the following error message:Hinting that the current jeager version does not support Profiling information. What Software could I use to export the Profiling data to? Is there any Software available capable of handling profiling data yet?
Beta Was this translation helpful? Give feedback.
All reactions