Documentation
¶
Overview ¶
Package telemetry allows to set up custom telemetry processors that the ADK events will be emitted to.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterSpanProcessor ¶
func RegisterSpanProcessor(processor sdktrace.SpanProcessor)
RegisterSpanProcessor registers the span processor to local trace provider instance. Any processor should be registered BEFORE any of the events are emitted, otherwise the registration will be ignored. In addition to the RegisterSpanProcessor function, global trace provider configs are respected.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.