mirror of
https://github.com/prometheus/prometheus.git
synced 2025-09-25 15:51:02 +02: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>