diff --git a/jsonnet/kube-prometheus/alerts/prometheus.libsonnet b/jsonnet/kube-prometheus/alerts/prometheus.libsonnet index 32d8262b2f0472860e7c4b05adad032304fa0c18..99be08ffb822ffbec8a896ee8eda484d1336df6f 100644 --- a/jsonnet/kube-prometheus/alerts/prometheus.libsonnet +++ b/jsonnet/kube-prometheus/alerts/prometheus.libsonnet @@ -131,7 +131,7 @@ }, }, { - alert: 'PrometheusTargetScapesDuplicate', + alert: 'PrometheusTargetScrapesDuplicate', annotations: { description: '{{$labels.namespace}}/{{$labels.pod}} has many samples rejected due to duplicate timestamps but different values', summary: 'Prometheus has many samples rejected', diff --git a/manifests/prometheus-rules.yaml b/manifests/prometheus-rules.yaml index 5af7d2fa93939357fe332d4bfc4786fc3b2d6680..695bcb0da24caa7d23424c85f2bf82669f778685 100644 --- a/manifests/prometheus-rules.yaml +++ b/manifests/prometheus-rules.yaml @@ -849,7 +849,7 @@ spec: for: 10m labels: severity: warning - - alert: PrometheusTargetScapesDuplicate + - alert: PrometheusTargetScrapesDuplicate annotations: description: '{{$labels.namespace}}/{{$labels.pod}} has many samples rejected due to duplicate timestamps but different values'