prometheus/documentation/examples
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
..
custom-sd build(deps): bump github.com/prometheus/prometheus from 0.37.0 to 0.42.0 in /documentation/examples/remote_storage 2023-03-11 17:15:43 +09:00
kubernetes-rabbitmq
remote_storage build(deps): bump github.com/prometheus/client_golang 2023-07-04 21:43:53 +00:00
Makefile Check syntax of example configurations (#10753) 2022-05-26 18:17:21 +10:00
prometheus-agent.yml config: Make remote-write required for Agent mode (#9618) 2021-10-30 01:41:40 +02:00
prometheus-digitalocean.yml
prometheus-docker.yml
prometheus-dockerswarm.yml
prometheus-eureka.yml
prometheus-hetzner.yml Check syntax of example configurations (#10753) 2022-05-26 18:17:21 +10:00
prometheus-ionos.yml Add service discovery for IONOS Cloud (#10514) 2022-05-20 14:57:23 +02:00
prometheus-kubernetes.yml scraping: limit detail on dropped targets, to save memory (#12647) 2023-08-14 15:39:25 +01:00
prometheus-linode.yml Fixed spacing causing "field credentials not found in type linode.plain” error (#10752) 2022-05-25 22:46:02 +02:00
prometheus-marathon.yml
prometheus-nomad.yml feat(nomad): add nomad service discovery 2022-06-30 14:17:08 +02:00
prometheus-ovhcloud.yml Add service discovery for OvhCloud (#10802) 2022-11-03 10:20:09 +01:00
prometheus-puppetdb.yml docs: Improve PuppetDB example (#9547) 2021-10-20 21:03:17 +02:00
prometheus-scaleway.yml
prometheus-uyuni.yml Add Uyuni service discovery (#8190) 2021-10-19 01:00:44 +02:00
prometheus-vultr.yml Check syntax of example configurations (#10753) 2022-05-26 18:17:21 +10:00
prometheus.yml
rbac-setup.yml update ServiceAccount for new kubernetes versions 2023-01-05 15:43:48 +00:00
web-config.yml