prometheus/docs/querying
Julien Pivotto 5b26619565 web/api: Add maximum limit validation to TSDB status endpoint
Add a maximum limit of 10,000 to the TSDB status endpoint to prevent
resource exhaustion from excessively large limit values, as we preallocate
[]Stat for up to the limit: `make([]Stat, 0, length)`.

Note that the endpoint acquires a cardinality mutex during
stats calculation, so this can not be run in parallel.

Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com>
2025-12-09 14:30:08 +01:00
..
api.md web/api: Add maximum limit validation to TSDB status endpoint 2025-12-09 14:30:08 +01:00
basics.md feat(nh): mark native histograms as stable in docs 2025-10-24 12:31:42 +02:00
examples.md Standardize doc page title handling 2025-05-28 21:37:27 +02:00
functions.md docs: fix typos and formatting in querying functions and storage 2025-09-11 19:22:58 +05:30
index.md Import querying documentation from prometheus/docs 2017-10-26 22:36:47 +02:00
operators.md Fix heading for limitk docs 2025-11-10 11:55:30 +11:00
remote_read_api.md docs: remote read: Mention buf.build 2025-06-20 16:25:55 +02:00