Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ getEvent
Function
getEvent
tempodb/encoding/vparquet5/block_traceql.go:3730–3732 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3728
}
3729
3730
func
getEvent() *event {
3731
return
eventPool.Get().(*event)
3732
}
3733
3734
// eventCollector receives rows from the event columns and joins them together into
3735
// map[key]value entries with the right type.
Callers
2
KeepGroup
Method · 0.70
TestEventPoolRelease
Function · 0.70
Calls
1
Get
Method · 0.65
Tested by
1
TestEventPoolRelease
Function · 0.56