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

Method setInstrumentationAttrs

tempodb/encoding/vparquet5/block_traceql.go:753–755  ·  view source on GitHub ↗
(attrs []attrVal)

Source from the content-addressed store, hash-verified

751}
752
753func (s *span) setInstrumentationAttrs(attrs []attrVal) {
754 s.instrumentationAttrs = append(s.instrumentationAttrs, attrs...)
755}
756
757func (s *span) setResourceAttrs(attrs []attrVal) {
758 s.resourceAttrs = append(s.resourceAttrs, attrs...)

Callers 2

flattenForSelectAllFunction · 0.95
KeepGroupMethod · 0.45

Calls

no outgoing calls

Tested by 1

flattenForSelectAllFunction · 0.76