Find a span
#3652
Replies: 2 comments 1 reply
-
Can you explain a little bit more about what you need? Where are you looking for spans, exactly? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jkwatson Thanks for your reply. What we want is to close a span within a trace. Since the code is generic, we do not have explicit calls to start/end a span case by case inside a specific block of code but rather generic ones (for example start/end spans inside a filter). However, we do want to close all opened spans when an exception happens. |
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
-
Is it possible to find a span (within a Trace) by name or even by Id?
Beta Was this translation helpful? Give feedback.
All reactions