grafana / otel-profiling-java

otel profling integration for java
Apache License 2.0
24 stars 5 forks source link

Java OpenTelemetry tracing integration

Pyroscope can integrate with distributed tracing systems supporting OpenTelemetry standard which allows you to link traces with the profiling data, and find specific lines of code related to a performance issue.

Java code can be easily instrumented with otel-profiling-java package - a OpenTelemetry implementation, that annotates profiling data with span IDs which makes it possible to filter out profile of a particular trace span in Pyroscope.

Visit docs page for usage and configuration documentation.

Examples

Check out the examples directory in our repository to find a complete example application that demonstrates tracing integration features and learn more 🔥