Skip to content

Commit

Permalink
Merge pull request #146 from arjunrn/disable-prometheus-remote-write-…
Browse files Browse the repository at this point in the history
…alerts

Disable Alerts for Prometheus Remote Writes
  • Loading branch information
openshift-merge-robot authored Mar 11, 2021
2 parents 284374c + 6adad5e commit f9dde14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/controller/secret/secret_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@ func createPagerdutyRoute() *alertmanager.Route {
//https://issues.redhat.com/browse/OSD-6559
{Receiver: receiverNull, Match: map[string]string{"alertname": "PrometheusNotIngestingSamples", "namespace": "openshift-user-workload-monitoring"}},

//https://issues.redhat.com/browse/OSD-6704
{Receiver: receiverNull, Match: map[string]string{"alertname": "PrometheusRemoteStorageFailures", "namespace": "openshift-monitoring"}},
{Receiver: receiverNull, Match: map[string]string{"alertname": "PrometheusRemoteWriteDesiredShards", "namespace": "openshift-monitoring"}},
{Receiver: receiverNull, Match: map[string]string{"alertname": "PrometheusRemoteWriteBehind", "namespace": "openshift-monitoring"}},

// https://issues.redhat.com/browse/OSD-1922
{Receiver: receiverMakeItWarning, Match: map[string]string{"alertname": "KubeAPILatencyHigh", "severity": "critical"}},

Expand Down

0 comments on commit f9dde14

Please sign in to comment.