package
0.33.0-alpha.2
Repository: https://github.com/kubernetes/component-base.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

ContextWithSpan returns a context with the Span included in the context.
No description provided by the author
NewProvider creates a TracerProvider in a component, and enforces recommended tracing behavior.
Propagators returns the recommended set of propagators.
SpanFromContext returns the *Span from the current context.
Start creates spans using both OpenTelemetry, and the k8s.io/utils/trace package.
WithTracing adds tracing to requests if the incoming request is sampled.
WrapperFor can be used to add tracing to a *rest.Config.

# Structs

Span is a component part of a trace.

# Interfaces

TracerProvider is an OpenTelemetry TracerProvider which can be shut down.