Module noop
Available on crate feature
opentelemetry
only.Expand description
No-op trace implementation
This implementation is returned as the global tracer if no Tracer
has been set. It is also useful for testing purposes as it is intended
to have minimal resource utilization and runtime impact.
Structsยง
- Noop
Text MapPropagator - A no-op instance of an
TextMapPropagator
. - Noop
Tracer Provider - A no-op instance of a
TracerProvider
. - Noop
Span - A no-op instance of a
Span
. - Noop
Tracer - A no-op instance of a
Tracer
.