[bot] [main] Automated version update

This commit is contained in:
Prometheus Operator Bot
2022-04-04 07:42:34 +00:00
parent eb0fafd789
commit a16675bc0e
21 changed files with 105 additions and 68 deletions

View File

@@ -253,9 +253,9 @@ spec:
severity: warning
- alert: PrometheusScrapeBodySizeLimitHit
annotations:
description: Prometheus {{$labels.namespace}}/{{$labels.pod}} has dropped
{{ printf "%.0f" $value }} targets because some targets exceeded the configured
body_size_limit.
description: Prometheus {{$labels.namespace}}/{{$labels.pod}} has failed {{
printf "%.0f" $value }} scrapes in the last 5m because some targets exceeded
the configured body_size_limit.
runbook_url: https://runbooks.prometheus-operator.dev/runbooks/prometheus/prometheusscrapebodysizelimithit
summary: Prometheus has dropped some targets that exceeded body size limit.
expr: |
@@ -263,6 +263,19 @@ spec:
for: 15m
labels:
severity: warning
- alert: PrometheusScrapeSampleLimitHit
annotations:
description: Prometheus {{$labels.namespace}}/{{$labels.pod}} has failed {{
printf "%.0f" $value }} scrapes in the last 5m because some targets exceeded
the configured sample_limit.
runbook_url: https://runbooks.prometheus-operator.dev/runbooks/prometheus/prometheusscrapesamplelimithit
summary: Prometheus has failed scrapes that have exceeded the configured sample
limit.
expr: |
increase(prometheus_target_scrapes_exceeded_sample_limit_total{job="prometheus-k8s",namespace="monitoring"}[5m]) > 0
for: 15m
labels:
severity: warning
- alert: PrometheusTargetSyncFailure
annotations:
description: '{{ printf "%.0f" $value }} targets in Prometheus {{$labels.namespace}}/{{$labels.pod}}