prometheus/web/ui/react-app
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
..
public fix some typos (#12498) 2023-06-29 12:28:13 +02:00
src scraping: limit detail on dropped targets, to save memory (#12647) 2023-08-14 15:39:25 +01:00
.env
.eslintrc.json
.gitignore
package.json Release 2.46.0 2023-07-25 13:38:08 +02:00
tsconfig.json