prometheus/docs/configuration
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
..
alerting_rules.md Add sentence explaining what happens when the `for` clause is omitted (#12457) 2023-06-16 11:55:41 +01:00
configuration.md scraping: limit detail on dropped targets, to save memory (#12647) 2023-08-14 15:39:25 +01:00
https.md Update exporter-toolkit 2023-05-30 09:08:00 +02:00
index.md Consolidate configuration and rules docs in docs/configuration/ 2017-10-27 09:54:02 +02:00
recording_rules.md Add 'keep_firing_for' field to alerting rules 2023-01-13 12:11:39 +01:00
template_examples.md format markdown code block (#5594) 2019-05-25 11:28:50 +01:00
template_reference.md template: adding formatTime function to TemplateExpander (#10993) 2022-07-14 23:45:32 +02:00
unit_testing_rules.md Terminology amendment 2022-12-15 16:22:40 +00:00