component-basek8s.io/component-base/tracing

Imports of package tracing

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttpPackage otelhttp provides an http.Handler and functions that are intended to be used to add tracing by wrapping existing handlers (with Handler) and routes WithRouteTag.
go.opentelemetry.io/otel/attributePackage attribute provides key and value attributes.
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpcPackage otlptracegrpc provides an OTLP span exporter using gRPC.
go.opentelemetry.io/otel/propagationPackage propagation contains OpenTelemetry context propagators.
go.opentelemetry.io/otel/sdk/resourcePackage resource provides detecting and representing resources.
go.opentelemetry.io/otel/sdk/tracePackage trace contains support for OpenTelemetry distributed tracing.
go.opentelemetry.io/otel/tracePackage trace provides an implementation of the tracing part of the OpenTelemetry API.
k8s.io/client-go/transport
k8s.io/component-base/tracing/api/v1
k8s.io/utils/trace
net/httpPackage http provides HTTP client and server implementations.
timePackage time provides functionality for measuring and displaying time.