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

Method setTraceAttrs

tempodb/encoding/vparquet3/block_traceql.go:653–655  ·  view source on GitHub ↗
(attrs []attrVal)

Source from the content-addressed store, hash-verified

651}
652
653func (s *span) setTraceAttrs(attrs []attrVal) {
654 s.traceAttrs = append(s.traceAttrs, attrs...)
655}
656
657// attributesMatched counts all attributes in the map as well as metadata fields like start/end/id
658func (s *span) attributesMatched() int {

Callers 1

KeepGroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected