Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
760
func
(s *span) setEventAttrs(attrs []attrVal) {
761
s.eventAttrs = append(s.eventAttrs, attrs...)
762
}
763
764
func
(s *span) setLinkAttrs(attrs []attrVal) {
765
s.linkAttrs = append(s.linkAttrs, attrs...)
Callers
1
KeepGroup
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected