alertmanager/api/v2
George Robinson 5979dff9dc
Show muted alerts in Alert Groups API (#3797)
This commit updates /api/v2/alerts/groups to show if an alert is
suppressed from one or more active or mute time intervals. While
the muted by field can be found in /api/v2/alerts, it is not
used here because /api/v2/alerts does not take aggregation
or routing into consideration.

It also updates the UI to support filtering muted alerts via the
Muted checkbox.

Signed-off-by: George Robinson <george.robinson@grafana.com>
2024-10-23 16:42:21 +01:00
..
client Show muted alerts in Alert Groups API (#3797) 2024-10-23 16:42:21 +01:00
models Show muted alerts in Alert Groups API (#3797) 2024-10-23 16:42:21 +01:00
restapi Show muted alerts in Alert Groups API (#3797) 2024-10-23 16:42:21 +01:00
api.go Show muted alerts in Alert Groups API (#3797) 2024-10-23 16:42:21 +01:00
api_test.go Show muted alerts in Alert Groups API (#3797) 2024-10-23 16:42:21 +01:00
compat.go Show muted alerts in Alert Groups API (#3797) 2024-10-23 16:42:21 +01:00
openapi.yaml Show muted alerts in Alert Groups API (#3797) 2024-10-23 16:42:21 +01:00
testing.go Add tests for create and then update silences (#3899) 2024-06-25 11:58:45 +01:00