package
2.3.0+incompatible
Repository: https://github.com/jaegertracing/jaeger.git
Documentation: pkg.go.dev

# Functions

CorrectClockSkew returns an Adjuster that corrects span timestamps for clock skew.
DeduplicateClientServerSpanIDs returns an adjuster that changes span ids for server spans (i.e.
DeduplicateSpans creates an adjuster that deduplicates spans by removing all but one span with the same hash code.
MoveLibraryAttributes creates an adjuster that moves the OpenTelemetry library attributes from spans to the parent resource so that the UI can display them separately under Process.
NormalizeIPAttributes returns an adjuster that replaces numeric "ip" attributes, which usually contain IPv4 packed into uint32, with their string representation (e.g.
RemoveEmptySpanLinks creates an adjuster that removes span links with empty trace IDs.
Sequence creates an adjuster that combines a series of adjusters applied in order.
SortCollections creates an adjuster that standardizes trace data by sorting elements: - Resource attributes are sorted lexicographically by their keys.
StandardAdjusters returns a list of adjusters applied by the query service before returning the data to the API clients.

# Structs

# Interfaces

Adjuster is an interface for modifying a trace object in place.

# Type aliases

Func is a type alias that wraps a function and makes an Adjuster from it.