package
0.0.0-20240707112111-9cf347bf49e2
Repository: https://github.com/facebookincubator/go-belt.git
Documentation: pkg.go.dev

# Functions

New returns a new instance of TracerImpl.

# Variables

Default returns the default tracer.Tracer on top of zipkin.
DefaultTagTraceIDs is the tag name used to store belt.TraceIDs value.

# Structs

SpanImpl is the implementation of tracer.Span on top of zipkin.Span.
TracerImpl is the implementation of tracer.Tracer on top of zipkin.Tracer.

# Interfaces

Option is an abstract option (applicable only to the Tracer implementation provided by this package).

# Type aliases

OptionTagTraceIDs is the option which redefines the tag name for the TraceIDs value.