grafana / pyroscope

Continuous Profiling Platform. Debug performance issues down to a single line of code
https://grafana.com/oss/pyroscope/
GNU Affero General Public License v3.0
10.13k stars 614 forks source link

[release/v1.9] examples: add a java span profiling example without the Pyroscope sdk #3704

Closed github-actions[bot] closed 1 week ago

github-actions[bot] commented 1 week ago

Backport 165e6e9f7c7adc8e8a10a857cedd07961fa91ce0 from #3698


Adding a simpler example for Java span profiling, where we only load the OTEL agent and the Pyroscope OTEL extension. The example lives in examples/tracing/java.

It might be useful to move the other tracing examples (go, dotnet & python) to their own folders as well. This makes them easier to digest and run.