pyroscope
pyroscope copied to clipboard
Support opentelemetry-ebpf-profiler uprobe profile types
Since https://github.com/open-telemetry/opentelemetry-ebpf-profiler/pull/651 the ebpf profiler allows to track uprobe events, we should add a test to the OTLP convered that we correctly handle this profile type.
https://github.com/open-telemetry/opentelemetry-ebpf-profiler/blob/161d3ffd410f17005a2c65679e855ebdfc7fda87/reporter/internal/pdata/generate.go#L149-L151
Hi @simonswine FYI, when ingesting uprobe profiles from opentelemetry-ebpf-profiler I am getting this kind of flamegraph
'--uprobe-link=/lib/x86_64-linux-gnu/libc.so.6:write'
'--uprobe-link=/lib/x86_64-linux-gnu/libc.so.6:malloc'