-
-
Notifications
You must be signed in to change notification settings - Fork 435
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
OpenTelemetry Support Follow-Ups after Basic Support #2419
Comments
getsentry/opentelemetry-demo#12 related to this as well 👍 |
Will this allow me to annotate my source code with OpenTelemetry spans, and Sentry picks up attributes from the OpenTelemetry How is #3436 related to this? |
Hi @devurandom, #3436 is basically replacing this issue. We did a lot of rework with Hubs/Scopes and also how we interface with OpenTelemetry. These changes will be part of our next Major Version (v 8). There are currently alpha versions available to test if you're interested. As of now we have released alpha 4 (https://github.com/getsentry/sentry-java/releases/tag/8.0.0-alpha.4). I will update the newer issue with the open tasks from this one and then close it. You can track our progress in #3436 from now on. |
Closed in favor of #3436 |
This should also work but depends on which attributes you'd like to set. Some of them would work if you use the correct name for the attribute. Some of those are listed in dev docs. The Sentry SDK should pick up attributes on he OTel span and send it to Sentry automatically. |
Description
Basic support for OpenTelemetry has been added in #2327
Here are some more TODOs:
OTEL
from the Java Agent so users don't have to manually do itsentry-opentelemetry-agent
and set instrumenter automatically even when not using auto config (very similar to above)ms
tons
10μs
(which will probably be changed toμs
by relay)] (Higher precision start timestamp for Spans #2394)SentryPropagator
, see SDK for Quarkus #2254 (comment)The text was updated successfully, but these errors were encountered: