grafana / otel-profiling-java

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

Add support for OpenTelemetry Java Agent #1

Open Rperry2174 opened 1 year ago

Rperry2174 commented 1 year ago

Currently we support use cases where tracing is manually configured, but still using OpenTelemetry. However, for some they are instead using the auto-instrumentation provided by the open-telemetry-java-instrumentation package.

We should support this as well!

More details to be added after doing more research.