Trace duration and "off-span" durations as metrics #1825
Closed
AlexSilver9
announced in
Community Discussions
Replies: 1 comment 1 reply
-
|
hi @AlexSilver9! Do these experimental attributes in Java instrumentation address what you're looking for? https://github.com/search?q=repo%3Aopen-telemetry%2Fopentelemetry-java-instrumentation%20queue_time_ms&type=code I'd recommend opening an issue in https://github.com/open-telemetry/semantic-conventions, and we can get the messaging folks to chime in further. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In tracing tools like Jaeger I can see the overall duration of a trace from start to end.
I need the same as metric visible in prometheus to generate alerts based on it.
Is there a way to get the duration of traces as metrics?
Using the spanmetricsconnector I can see the durations of spans as metrics, which in my context are durations my services need to process events.
What I also need is the duration between the spans, e.g. for how long are events in kafka or other infrastructure components.
Is there a way to get the "off-span"-durations as metrics?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions