We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 370c337 commit 24f003fCopy full SHA for 24f003f
keep/providers/grafana_provider/grafana_provider.py
@@ -89,6 +89,7 @@ class GrafanaProvider(BaseProvider):
89
# https://grafana.com/docs/grafana/latest/alerting/manage-notifications/view-state-health/#alert-instance-state
90
STATUS_MAP = {
91
"ok": AlertStatus.RESOLVED,
92
+ "resolved": AlertStatus.RESOLVED,
93
"normal": AlertStatus.RESOLVED,
94
"paused": AlertStatus.SUPPRESSED,
95
"alerting": AlertStatus.FIRING,
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "keep"
3
-version = "0.30.0"
+version = "0.30.1"
4
description = "Alerting. for developers, by developers."
5
authors = ["Keep Alerting LTD"]
6
packages = [{include = "keep"}]
0 commit comments