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

Method setResourceAttrs

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

Source from the content-addressed store, hash-verified

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

Callers 2

flattenForSelectAllFunction · 0.95
KeepGroupMethod · 0.45

Calls

no outgoing calls

Tested by 1

flattenForSelectAllFunction · 0.76