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

Method setInstrumentationAttrs

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

Source from the content-addressed store, hash-verified

746}
747
748func (s *span) setInstrumentationAttrs(attrs []attrVal) {
749 s.instrumentationAttrs = append(s.instrumentationAttrs, attrs...)
750}
751
752func (s *span) setResourceAttrs(attrs []attrVal) {
753 s.resourceAttrs = append(s.resourceAttrs, attrs...)

Callers 2

flattenForSelectAllFunction · 0.95
KeepGroupMethod · 0.45

Calls

no outgoing calls

Tested by 1

flattenForSelectAllFunction · 0.76