You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team,
I'm interesting in using the ebpf profiling in my observability stack.
Could you please tell me if I can have a correllation between traces (from my apps auto instrumentation) and profiling?
For example there is the case: I'm tracing go applicaiton, getting that the respond had been too long and want to check what function was the reason of the delay.
Thank you in Advance
The text was updated successfully, but these errors were encountered:
Hi @yaroslavkasatikov 👋
Before the donation of the agent to Opentelemetry there was work happening to make such a feature possible and correlate APM with profiling information.
There is a blog post on how it works - but it is limited to Java APM services.
The current version of the Opentelemetry eBPF Profiler still does have the functionality to communicate information to make correlation of APM and profiling data possible. But as far as I can tell this functionality was not extended to other languages, than mentioned in the linked blog post.
As some kind of work around for the moment, one could take the timestamp of an APM trace of interest and zoom into the profiling data around this timestamp.
Hi team,
I'm interesting in using the ebpf profiling in my observability stack.
Could you please tell me if I can have a correllation between traces (from my apps auto instrumentation) and profiling?
For example there is the case: I'm tracing go applicaiton, getting that the respond had been too long and want to check what function was the reason of the delay.
Thank you in Advance
The text was updated successfully, but these errors were encountered: