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

Struct SimpleAggregator

pkg/traceql/engine_metrics.go:1590–1596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1588)
1589
1590type SimpleAggregator struct {
1591 ss SeriesSet
1592 exemplarBuckets bucketSet
1593 intervalMapper IntervalMapper
1594 aggregationFunc func(existingValue float64, newValue float64) float64
1595 initWithNaN bool
1596}
1597
1598func NewSimpleCombiner(req *tempopb.QueryRangeRequest, op SimpleAggregationOp) *SimpleAggregator {
1599 var initWithNaN bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected