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

Method setEventAttrs

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

Source from the content-addressed store, hash-verified

763}
764
765func (s *span) setEventAttrs(attrs []attrVal) {
766 s.eventAttrs = append(s.eventAttrs, attrs...)
767}
768
769func (s *span) setLinkAttrs(attrs []attrVal) {
770 s.linkAttrs = append(s.linkAttrs, attrs...)

Callers 2

KeepGroupMethod · 0.95
CollectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected