package
0.0.0-20210929134506-8fd29ad8f0d9
Repository: https://github.com/kok-stack/native-kubelet.git
Documentation: pkg.go.dev

# Packages

Package opencensus implements a github.com/kok-stack/native-kubelet/trace.Tracer using opencensus as a backend.

# Functions

StartSpan starts a span from the configured default tracer.
WithTracer sets the Tracer which will be used by `StartSpan` in the context.

# Variables

T is the Tracer to use this should be initialized before starting up virtual-kubelet.

# Interfaces

Span encapsulates a tracing event.
Tracer is the interface used for creating a tracing span.