Custom observability spans #1104
Unanswered
Luke-Shepp
asked this question in
Q&A
Replies: 0 comments
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.
-
How can custom spans be started?
The documentation mentions
get_tracer()to get the global tracer instance, which contains a few specific start/end span methods such asstart_tool_call_span/end_tool_call_span, but_start_spanis underscored - is there a reason for this? Is there any other way to add custom spans?I need to add spans on custom logic around the spans that are automatically generated. Example of existing spans, where I have custom logic between that I need to add tracing support for.
Beta Was this translation helpful? Give feedback.
All reactions