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

Struct serviceStatsCollector

tempodb/encoding/vparquet4/block_traceql.go:3518–3518  ·  view source on GitHub ↗

serviceStatsCollector receives rows from the service stats columns and joins them together into map[string]ServiceStats entries.

Source from the content-addressed store, hash-verified

3516// serviceStatsCollector receives rows from the service stats
3517// columns and joins them together into map[string]ServiceStats entries.
3518type serviceStatsCollector struct{}
3519
3520var _ parquetquery.GroupPredicate = (*serviceStatsCollector)(nil)
3521

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected