prometheus/web/ui/react-app/src/pages
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
..
agent Improve message wording on /agent page 2021-12-05 10:49:11 +01:00
alerts Add stabilizing to UI 2023-01-19 11:33:54 +01:00
config upgrade react-script to v4 2021-09-04 15:56:36 +02:00
flags Upgrade several dependencies (#11539) 2022-11-08 21:29:32 +01:00
graph Fix black-on-black metric name color in dark mode (#11572) 2022-11-11 20:57:49 +01:00
rules Add 'keep_firing_for' field to alerting rules 2023-01-13 12:11:39 +01:00
serviceDiscovery scraping: limit detail on dropped targets, to save memory (#12647) 2023-08-14 15:39:25 +01:00
status Directly include SVG logo in the page. 2023-03-04 00:36:07 +01:00
targets [WebUI/ScrapePoolList] Case-insensitive search of "Scrape Pools" (#12207) 2023-04-02 11:37:58 +02:00
tsdbStatus upgrade react-script to v4 2021-09-04 15:56:36 +02:00
index.ts Adapt UI for Prometheus Agent (#9851) 2021-11-30 11:21:07 +01:00