mirror of https://github.com/prometheus/prometheus
Browse Source
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>pull/12684/head
Bryan Boreham
1 year ago
committed by
GitHub
11 changed files with 84 additions and 15 deletions
Loading…
Reference in new issue