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

Method setResourceAttrs

tempodb/encoding/vparquet3/block_traceql.go:649–651  ·  view source on GitHub ↗
(attrs []attrVal)

Source from the content-addressed store, hash-verified

647}
648
649func (s *span) setResourceAttrs(attrs []attrVal) {
650 s.resourceAttrs = append(s.resourceAttrs, attrs...)
651}
652
653func (s *span) setTraceAttrs(attrs []attrVal) {
654 s.traceAttrs = append(s.traceAttrs, attrs...)

Callers 1

KeepGroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected