# Functions
InitGlobalTracerProvider initializes the global trace provider and global text map propagator with the provided values.
No description provided by the author
No description provided by the author
NewNoOpTracerProvider returns a new noopTracerProvider.
NewTextMapPropagator takes a string-like value and returns the corresponding propagation.TextMapPropagator.
NewTracerProvider returns a new TracerProvider depending on the specified address.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
# Interfaces
TracerProvider provides a tracer that can be used to instrument a plugin with tracing.
# Type aliases
PropagatorFormat is an enum-like type representing all the supported OTEL propagator formats.
No description provided by the author