prometheus/model
beorn7 da047c6857 histograms: Fix bug #12552
The problem was the following:

When trying to parse native histograms and classic histograms in
parallel, the parser would first parse the histogram proto messages as
a native histogram and then parse the same message again, but now as a
classic histogram. Afterwards, it would forget that it was dealing
with a metric family that contains native histograms and would parse
the rest of the metric family as classic histograms only. The fix is
to check again after being done with a classic histogram.

Signed-off-by: beorn7 <beorn@grafana.com>
2023-07-12 18:47:00 +02:00
..
exemplar
histogram enhance histogram_quantile to get min/max value 2023-07-12 04:29:54 +08:00
labels labels: improve Get method for stringlabels build (#12485) 2023-06-26 18:35:22 +01:00
metadata Introduce TSDB changes for appending metadata to the WAL (#10972) 2022-07-19 10:58:52 +02:00
relabel labels: respect Set after Del in Builder (#12322) 2023-05-03 11:59:27 +01:00
rulefmt Add rulefmt tests 2023-01-19 10:44:35 +01:00
textparse histograms: Fix bug #12552 2023-07-12 18:47:00 +02:00
timestamp
value