package
0.4.0
Repository: https://github.com/zendesk/statsd-logger.git
Documentation: pkg.go.dev

# Functions

DecodeSpans decodes an array of spans from a msgpack encoded array.
NewServer creates a new trace server.
WithOutput allows for overriding the output destination for traces.

# Constants

DefaultAddress is the default address to listen to traces.

# Structs

ColourFormatter formats spans in ANSI colour.
Server mimics the HTTP API exposed by the datadog APM agent.
Span is a single dd-trace span https://github.com/DataDog/dd-trace-go/blob/v1/ddtrace/tracer/span.go.

# Interfaces

Formatter takes a span and formats the output.

# Type aliases

ServerOption provides optional configuration for initializing a new server.
Trace is a collection of spans with the same trace ID.
Traces is a collection of traces for unmarshalling.