prometheus/docs/querying
Bryan Boreham 1e3fef6ab0
scraping: limit detail on dropped targets, to save memory (#12647)
It's possible (quite common on Kubernetes) to have a service discovery
return thousands of targets then drop most of them in relabel rules.
The main place this data is used is to display in the web UI, where
you don't want thousands of lines of display.

The new limit is `keep_dropped_targets`, which defaults to 0
for backwards-compatibility.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2023-08-14 15:39:25 +01:00
..
api.md scraping: limit detail on dropped targets, to save memory (#12647) 2023-08-14 15:39:25 +01:00
basics.md Merge pull request #11578 from chancefeick/fix/querying-documentation 2023-08-08 09:21:31 +02:00
examples.md Examples: explain what the duration in brackets means (#10589) 2022-04-27 11:31:01 +02:00
functions.md Merge pull request #11578 from chancefeick/fix/querying-documentation 2023-08-08 09:21:31 +02:00
index.md Import querying documentation from prometheus/docs 2017-10-26 22:36:47 +02:00
operators.md Merge pull request #11578 from chancefeick/fix/querying-documentation 2023-08-08 09:21:31 +02:00
remote_read_api.md Fixed typo in the Remote Read API docs 2022-12-21 12:44:25 +01:00