package
2.3.0+incompatible
Repository: https://github.com/jaegertracing/jaeger.git
Documentation: pkg.go.dev
# Functions
ClockSkew returns an adjuster that modifies start time and log timestamps for spans that appear to be "off" with respect to the parent span due to clock skew on different servers.
DedupeBySpanHash returns an adjuster that removes all but one span with the same hashcode.
IPTagAdjuster returns an adjuster that replaces numeric "ip" tags, which usually contain IPv4 packed into uint32, with their string representation (e.g.
ParentReference returns an Adjuster that puts CHILD_OF references first.
Sequence creates an adjuster that combines a series of adjusters applied in order.
SortTagsAndLogFields returns an Adjuster that sorts the fields in the tags and span logs.
SpanReferences creates an adjuster that removes invalid span references, e.g.
ZipkinSpanIDUniquifier returns an adjuster that changes span ids for server spans (i.e.
# Interfaces
Adjuster is an interface for modifying a trace object in place.
# Type aliases
Func wraps a function of appropriate signature and makes an Adjuster from it.