mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-09 08:32:26 -04:00
* Fix histogram append errors We should check counterReset condition rather than okToAppend because if there's a counter reset, okToAppend is always set to false. Signed-off-by: Fiona Liao <fiona.y.liao@gmail.com> |
||
|---|---|---|
| .. | ||
| bstream.go | ||
| bstream_test.go | ||
| chunk.go | ||
| chunk_test.go | ||
| float_histogram.go | ||
| float_histogram_test.go | ||
| histogram.go | ||
| histogram_meta.go | ||
| histogram_meta_test.go | ||
| histogram_test.go | ||
| varbit.go | ||
| varbit_test.go | ||
| xor.go | ||
| xor_test.go | ||