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

Method addSpanAttr

tempodb/encoding/vparquet5/block_traceql.go:749–751  ·  view source on GitHub ↗
(a traceql.Attribute, st traceql.Static)

Source from the content-addressed store, hash-verified

747}
748
749func (s *span) addSpanAttr(a traceql.Attribute, st traceql.Static) {
750 s.spanAttrs = append(s.spanAttrs, attrVal{a: a, s: st})
751}
752
753func (s *span) setInstrumentationAttrs(attrs []attrVal) {
754 s.instrumentationAttrs = append(s.instrumentationAttrs, attrs...)

Callers 3

KeepGroupMethod · 0.95
flattenForSelectAllFunction · 0.95
CollectMethod · 0.45

Calls

no outgoing calls

Tested by 1

flattenForSelectAllFunction · 0.76