mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-26 06:04:05 -08: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 a new issue