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

Method setLinkAttrs

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

Source from the content-addressed store, hash-verified

767}
768
769func (s *span) setLinkAttrs(attrs []attrVal) {
770 s.linkAttrs = append(s.linkAttrs, attrs...)
771}
772
773// attributesMatched counts all attributes in the map as well as metadata fields like start/end/id
774func (s *span) attributesMatched() int {

Callers 2

KeepGroupMethod · 0.95
CollectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected