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

Method setTraceAttrs

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

Source from the content-addressed store, hash-verified

759}
760
761func (s *span) setTraceAttrs(attrs []attrVal) {
762 s.traceAttrs = append(s.traceAttrs, attrs...)
763}
764
765func (s *span) setEventAttrs(attrs []attrVal) {
766 s.eventAttrs = append(s.eventAttrs, attrs...)

Callers 2

flattenForSelectAllFunction · 0.95
KeepGroupMethod · 0.45

Calls

no outgoing calls

Tested by 1

flattenForSelectAllFunction · 0.76