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

Method setTraceAttrs

tempodb/encoding/vparquet4/block_traceql.go:756–758  ·  view source on GitHub ↗
(attrs []attrVal)

Source from the content-addressed store, hash-verified

754}
755
756func (s *span) setTraceAttrs(attrs []attrVal) {
757 s.traceAttrs = append(s.traceAttrs, attrs...)
758}
759
760func (s *span) setEventAttrs(attrs []attrVal) {
761 s.eventAttrs = append(s.eventAttrs, attrs...)

Callers 2

flattenForSelectAllFunction · 0.95
KeepGroupMethod · 0.45

Calls

no outgoing calls

Tested by 1

flattenForSelectAllFunction · 0.76