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

Method RedactTraceAttributes

modules/frontend/combiner/common.go:353–353  ·  view source on GitHub ↗
(t *tempopb.Trace)

Source from the content-addressed store, hash-verified

351// the caller. When ErrTraceHidden is returned, the caller should receive a 404 response.
352type TraceRedactor interface {
353 RedactTraceAttributes(t *tempopb.Trace) error
354}
355
356// unsafeStringToBytes converts a string to []byte without allocation.

Callers 2

HTTPFinalMethod · 0.65
NewTraceByIDV2Function · 0.65

Implementers 1

hidingRedactormodules/frontend/combiner/trace_by_id_

Calls

no outgoing calls

Tested by

no test coverage detected