prometheus/web
Julius Volz 664b391573
Speed up alerts page by not rendering collapsed details (#9005)
All this is doing is wrapping the inner alert details display with a
conditional `{open && ...}`.

This already improves https://github.com/prometheus/prometheus/issues/8548 a
lot for cases where there are many individual firing/pending alert elements
under each alerting rule.

E.g. for a list of 200 rules with ~100 alert elements each, this changed the page
render time from 30 seconds to 1s.

Signed-off-by: Julius Volz <julius.volz@gmail.com>
2021-06-28 16:14:48 +02:00
..
api/v1 Switched to go-kit/log 2021-06-11 12:28:36 -04:00
ui Speed up alerts page by not rendering collapsed details (#9005) 2021-06-28 16:14:48 +02:00
federate.go Ask querier for sorted series in /federate 2021-06-25 16:13:28 +05:30
federate_test.go Ask querier for sorted series in /federate 2021-06-25 16:13:28 +05:30
web.go Replace godoc.org links 2021-06-17 07:18:51 -04:00
web_test.go React UI: Add Starting Screen (#8662) 2021-06-05 15:29:32 +01:00