# 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.
FailFastSequence is similar to Sequence() but returns immediately if any adjuster returns an error.
IPTagAdjuster returns an adjuster that replaces numeric "ip" tags, which usually contain IPv4 packed into uint32, with their string representation (e.g.
Sequence creates an adjuster that combines a series of adjusters applied in order.
SortLogFields returns an Adjuster that sorts the fields in the span logs.
SpanIDDeduper returns an adjuster that changes span ids for server spans (i.e.
SpanReferences creates an adjuster that removes invalid span references, e.g.
# Interfaces
Adjuster applies certain modifications to a Trace object.
# Type aliases
Func wraps a function of appropriate signature and makes an Adjuster from it.