package
2.3.0+incompatible
Repository: https://github.com/jaegertracing/jaeger.git
Documentation: pkg.go.dev
# Functions
NewChainedSanitizer creates a Sanitizer from the variadic list of passed Sanitizers.
NewErrorTagSanitizer returns a sanitizer that changes error binary annotations to boolean type and sets appropriate value, in case value was a string message it adds a 'error.message' binary annotation with this message.
NewParentIDSanitizer returns a sanitizer that deals parentID == 0 by replacing with nil, per Zipkin convention.
NewSpanDurationSanitizer returns a sanitizer that deals with nil or 0 span duration.
NewSpanStartTimeSanitizer returns a Sanitizer that changes span start time if is nil If there is zipkincore.CLIENT_SEND use that, if no fall back on zipkincore.SERVER_RECV.
NewStandardSanitizers is a list of standard zipkin sanitizers.
# Interfaces
Sanitizer interface for sanitizing spans.
# Type aliases
ChainedSanitizer applies multiple sanitizers in serial fashion.