sentry-elixir icon indicating copy to clipboard operation
sentry-elixir copied to clipboard

Continuous profiling

Open stephanie-anderson opened this issue 1 year ago • 2 comments

Documentation https://develop.sentry.dev/sdk/telemetry/profiles/sample-format-v2/

References

  • JavaScript / Node SDK
  • Python SDK
  • Android SDK
  • iOS / Cocoa SDK

stephanie-anderson avatar Sep 05 '24 13:09 stephanie-anderson

Continuous profiling is part of OpenTelemetry and coming to Erlang/Elixir through https://github.com/open-telemetry/opentelemetry-ebpf-profiler

Does or will Sentry support the Otel protocol for profiling?

@solnic @whatyouhide hopefully easier to integrate than tracing if you are able to go the route of using the Otel solution.

A couple people at Elastic who built the profiler have offered to help and @GregMefford plans to work on it.

tsloughter avatar Sep 26 '24 11:09 tsloughter

I reckon it would make a lot of sense to do it via OTel, especially that we're gonna use it for Tracing soon.

solnic avatar Sep 27 '24 09:09 solnic