mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-24 20:21:01 +01:00
* Fix appendable: check whether last val was a histogram When appending a float, we were checking whether lastValue was equal to current value, but we didn't check whether last value was a float value. Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>