providers

package
v2.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

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

Values is a map of tracing providers keyed by internal id

Functions

This section is empty.

Types

type Provider

type Provider int

Provider enumerates the distributed tracing providers

func (Provider) String

func (p Provider) String() string

type ProviderLookup

type ProviderLookup map[string]Provider

type ProviderReverseLookup

type ProviderReverseLookup map[Provider]string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL