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

Method setEventAttrs

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

Source from the content-addressed store, hash-verified

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

Callers 1

KeepGroupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected