Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
765
func
(s *span) setEventAttrs(attrs []attrVal) {
766
s.eventAttrs = append(s.eventAttrs, attrs...)
767
}
768
769
func
(s *span) setLinkAttrs(attrs []attrVal) {
770
s.linkAttrs = append(s.linkAttrs, attrs...)
Callers
2
KeepGroup
Method · 0.95
Collect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected