-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for OpenTelemetry Java Agent #1
Comments
yeah, this doesn't seem to be working.
My app is auto-instrumented with a javaagent. I tried to add profile correlation with traces and I got this exception on app startup ↑↑. I guess this is what's meant by "We should support this as well!"? |
This is very old, is it being worked on? I just tried setting this up. I followed the docs but getting this error for some reason. There's no extra config for otel or pryoscope in our javacode. Just load the java agents and configure via environment variables. |
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.
The text was updated successfully, but these errors were encountered: