mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
This commit adds a number of limits to the Grafana flavor of the Prometheus Rules API: 1. `limit` limits the maximum number of Rule Groups returned 2. `limit_rules` limits the maximum number of rules per Rule Group 3. `limit_alerts` limits the maximum number of alerts per rule It sorts Rule Groups and rules within Rule Groups such that data in the response is stable across requests. It also returns summaries (totals) for all Rule Groups, individual Rule Groups and rules. |
||
---|---|---|
.. | ||
api_admin_configuration_test.go | ||
api_alertmanager_configuration_test.go | ||
api_alertmanager_test.go | ||
api_available_channel_test.go | ||
api_backtesting_data.json | ||
api_backtesting_test.go | ||
api_notification_channel_test.go | ||
api_prometheus_test.go | ||
api_provisioning_test.go | ||
api_ruler_test.go | ||
testing.go |