mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-13 14:57:40 -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
|
histogramValue *histogram.FloatHistogram
|
||||||
floatMean float64 // Mean, or "compensating value" for Kahan summation.
|
floatMean float64 // Mean, or "compensating value" for Kahan summation.
|
||||||
groupCount float64
|
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
|
heap vectorByValueHeap
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue