Commit 6df1ae9e authored by Nikos Psaromanolakis's avatar Nikos Psaromanolakis
Browse files

Merge branch 'fix-ghost-alerts-datasource-error' into 'main'

fix: instruct an alert rule to maintain its previous state when a datasource disconnection occurs

See merge request !1
parents adfa3bc0 90a418b1
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ data:
                      type: query
                  refId: C
            noDataState: OK
            execErrState: Error
            execErrState: KeepLastState
            for: 0s
            annotations:
              summary: 'Fabric API Error in {{ "{{" }} $labels.container {{ "}}" }}'
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ data:
                      type: query
                  refId: C
            noDataState: OK
            execErrState: Error
            execErrState: KeepLastState
            for: 0s
            annotations:
              summary: 'Oss client Error in {{ "{{" }} $labels.container {{ "}}" }}'
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ data:
                      type: query
                  refId: C
            noDataState: OK
            execErrState: Error
            execErrState: KeepLastState
            for: 0s
            annotations:
              summary: 'Peering Error in {{ "{{" }} $labels.container {{ "}}" }}'
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ data:
                      type: query
                  refId: C
            noDataState: OK
            execErrState: Error
            execErrState: KeepLastState
            for: 0s
            annotations:
              summary: 'Pkg Manager Error in {{ "{{" }} $labels.container {{ "}}" }}'
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ data:
                      type: query
                  refId: C
            noDataState: OK
            execErrState: Error
            execErrState: KeepLastState
            for: 0s
            annotations:
              summary: 'Registry API Error in {{ "{{" }} $labels.container {{ "}}" }}'
Loading