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

Struct UngroupedAggregator

pkg/traceql/engine_metrics.go:897–900  ·  view source on GitHub ↗

UngroupedAggregator builds a single series with no labels. e.g. {} | rate()

Source from the content-addressed store, hash-verified

895
896// UngroupedAggregator builds a single series with no labels. e.g. {} | rate()
897type UngroupedAggregator struct {
898 name string
899 innerAgg RangeAggregator
900}
901
902var _ SpanAggregator = (*UngroupedAggregator)(nil)
903

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected