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

Struct HistogramAggregator

pkg/traceql/engine_metrics.go:1841–1849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1839}
1840
1841type HistogramAggregator struct {
1842 ss map[string]histSeries
1843 qs []float64
1844 intervalMapper IntervalMapper
1845 exemplarLimit uint32
1846 // Reusable buffer for all label processing
1847 labelBuffer Labels
1848 exemplarBucketsCreator func() bucketSet
1849}
1850
1851func NewHistogramAggregator(req *tempopb.QueryRangeRequest, qs []float64, exemplarLimit uint32) *HistogramAggregator {
1852 return &HistogramAggregator{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected