MCPcopy
hub / github.com/grafana/tempo / Sanitize

Method Sanitize

modules/generator/registry/registry.go:121–121  ·  view source on GitHub ↗
(lbls labels.Labels)

Source from the content-addressed store, hash-verified

119// Sanitizer applies a transformation to all non-constant labels.
120type Sanitizer interface {
121 Sanitize(lbls labels.Labels) labels.Labels
122}
123
124// New creates a ManagedRegistry. This Registry will scrape itself, write samples into an appender

Implementers 2

DrainSanitizermodules/generator/registry/drain_sanit
noopSanitizermodules/generator/registry/registry.go

Calls

no outgoing calls