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

Struct noopSanitizer

modules/generator/registry/registry.go:96–96  ·  view source on GitHub ↗

noopSanitizer is a Sanitizer that passes labels through unchanged.

Source from the content-addressed store, hash-verified

94
95// noopSanitizer is a Sanitizer that passes labels through unchanged.
96type noopSanitizer struct{}
97
98func (noopSanitizer) Sanitize(lbls labels.Labels) labels.Labels { return lbls }
99

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected