mirror of
https://github.com/prymitive/karma
synced 2026-05-15 04:06:41 +00:00
fix(ui): only show one silence per Alertmanager cluster
HA clusters share silences which means that they are currently duplicated for each alertmanager instance in that cluster
This commit is contained in:
@@ -11,6 +11,7 @@ const Annotation = PropTypes.exact({
|
||||
|
||||
const APIAlertAlertmanagerState = PropTypes.exact({
|
||||
name: PropTypes.string.isRequired,
|
||||
cluster: PropTypes.string.isRequired,
|
||||
state: AlertState.isRequired,
|
||||
startsAt: PropTypes.string.isRequired,
|
||||
endsAt: PropTypes.string.isRequired,
|
||||
|
||||
Reference in New Issue
Block a user