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

Method addSpanAttr

tempodb/encoding/vparquet4/block_traceql.go:744–746  ·  view source on GitHub ↗
(a traceql.Attribute, st traceql.Static)

Source from the content-addressed store, hash-verified

742}
743
744func (s *span) addSpanAttr(a traceql.Attribute, st traceql.Static) {
745 s.spanAttrs = append(s.spanAttrs, attrVal{a: a, s: st})
746}
747
748func (s *span) setInstrumentationAttrs(attrs []attrVal) {
749 s.instrumentationAttrs = append(s.instrumentationAttrs, attrs...)

Callers 2

KeepGroupMethod · 0.95
flattenForSelectAllFunction · 0.95

Calls

no outgoing calls

Tested by 1

flattenForSelectAllFunction · 0.76