mirror of
https://github.com/prometheus/prometheus
synced 2025-03-25 04:36:53 +00:00
nit: add period at end of sentence
Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
parent
9a837b7f3c
commit
44d8c1d182
@ -2780,7 +2780,7 @@ type groupedAggregation struct {
|
||||
histogramValue *histogram.FloatHistogram
|
||||
floatMean float64 // Mean, or "compensating value" for Kahan summation.
|
||||
groupCount float64
|
||||
groupAggrComplete bool // Used by LIMITK to short-cut series loop when we've reached K elem on every group
|
||||
groupAggrComplete bool // Used by LIMITK to short-cut series loop when we've reached K elem on every group.
|
||||
heap vectorByValueHeap
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user