What did you do?
I ran a query against a classic histogram that needs forced monotonicity. eg: histogram_quantile(0.5, myHisto)
What did you expect to see?
PromQL info: input to histogram_quantile needed to be fixed for monotonicity (see https://prometheus.io/docs/prometheus/latest/querying/functions/#histogram_quantile) for metric name "myHisto" (1:25)
What did you see instead? Under which circumstances?
PromQL info: input to histogram_quantile needed to be fixed for monotonicity (see https://prometheus.io/docs/prometheus/latest/querying/functions/#histogram_quantile) for metric name "" (1:25)