Skip to content

Commit 24f003f

Browse files
authored
fix(grafana): resolved status (keephq#2630)
1 parent 370c337 commit 24f003f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

keep/providers/grafana_provider/grafana_provider.py

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ class GrafanaProvider(BaseProvider):
8989
# https://grafana.com/docs/grafana/latest/alerting/manage-notifications/view-state-health/#alert-instance-state
9090
STATUS_MAP = {
9191
"ok": AlertStatus.RESOLVED,
92+
"resolved": AlertStatus.RESOLVED,
9293
"normal": AlertStatus.RESOLVED,
9394
"paused": AlertStatus.SUPPRESSED,
9495
"alerting": AlertStatus.FIRING,

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "keep"
3-
version = "0.30.0"
3+
version = "0.30.1"
44
description = "Alerting. for developers, by developers."
55
authors = ["Keep Alerting LTD"]
66
packages = [{include = "keep"}]

0 commit comments

Comments
 (0)