Documentation
¶
Index ¶
Constants ¶
View Source
const ( // None indicates a No-op tracer None = Provider(iota) // Stdout indicates the stdout tracing Stdout // OTLP indicates OTLP tracing OTLP )
Variables ¶
View Source
var Names = ProviderLookup{ "none": None, "stdout": Stdout, "otlp": OTLP, }
Names is a map of tracing providers keyed by name
View Source
var Values = make(ProviderReverseLookup)
Values is a map of tracing providers keyed by internal id
Functions ¶
This section is empty.
Types ¶
type ProviderLookup ¶
type ProviderReverseLookup ¶
Click to show internal directories.
Click to hide internal directories.