mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-12 16:44:05 -08:00
44ebbb8458
The specialized version of sample add to the ring: func addH(s hSample, buf []hSample, r *sampleRing) []hSample func addFH(s fhSample, buf []fhSample, r *sampleRing) []fhSample already correctly copy histogram samples from the reused hReader, fhReader buffers, but the generic version does not. This means that the data is overwritten on the next read if the sample ring has seen histogram and float samples at the same time and switched to generic mode. The `genericAdd` function (which was commented anyway) is by now quite different from the specialized functions so that this commit deletes it. Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com> |
||
---|---|---|
.. | ||
chunk_write_queue.go | ||
chunk_write_queue_test.go | ||
chunks.go | ||
chunks_test.go | ||
head_chunks.go | ||
head_chunks_other.go | ||
head_chunks_test.go | ||
head_chunks_windows.go | ||
queue.go | ||
queue_test.go | ||
samples.go |