MCPcopy
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
3730func 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

KeepGroupMethod · 0.70
TestEventPoolReleaseFunction · 0.70

Calls 1

GetMethod · 0.65

Tested by 1

TestEventPoolReleaseFunction · 0.56