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

Method setLinkAttrs

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

Source from the content-addressed store, hash-verified

762}
763
764func (s *span) setLinkAttrs(attrs []attrVal) {
765 s.linkAttrs = append(s.linkAttrs, attrs...)
766}
767
768// attributesMatched counts all attributes in the map as well as metadata fields like start/end/id
769func (s *span) attributesMatched() int {

Callers 1

KeepGroupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected