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 Fix broken prefixed asset links in webpack build (#9586) 2021-10-25 12:52:13 +02:00
.eslintrc.json Update React 16->17, TypeScript, and some other node deps 2021-09-14 15:46:59 +02:00
.gitignore Integrate beginning of React UI (#5694) 2019-10-17 14:38:09 +02:00
package.json Release 2.46.0 2023-07-25 13:38:08 +02:00
tsconfig.json upgrade react-app to typescript 4 2021-09-07 10:51:59 +02:00