prometheus/docs/querying
zenador ccfe14d7e7
PromQL: ignore small errors for bucketQuantile (#13153)
promql: Improve histogram_quantile calculation for classic buckets

Tiny differences between classic buckets are most likely caused by floating point precision issues. With this commit, relative changes below a certain threshold are ignored. This makes the result of histogram_quantile more meaningful, and also avoids triggering the _input to histogram_quantile needed to be fixed for monotonicity_ annotations in unactionable cases.

This commit also adds explanation of the new adjustment and of the monotonicity annotation to the documentation of `histogram_quantile`.

---------

Signed-off-by: Jeanette Tan <jeanette.tan@grafana.com>
2023-11-25 00:05:38 +01:00
..
api.md Exclude alerts: improve documentation (#13046) 2023-10-30 15:08:11 +00:00
basics.md docs: fix: correct reference to native histograms feature flag 2023-08-19 17:35:20 +03:30
examples.md Examples: explain what the duration in brackets means (#10589) 2022-04-27 11:31:01 +02:00
functions.md PromQL: ignore small errors for bucketQuantile (#13153) 2023-11-25 00:05:38 +01:00
index.md
operators.md docs: fix: correct reference to native histograms feature flag 2023-08-19 17:35:20 +03:30
remote_read_api.md Fixed typo in the Remote Read API docs 2022-12-21 12:44:25 +01:00