mirror of
https://github.com/monitoring-mixins/website.git
synced 2024-12-14 11:37:31 +00:00
assets,site/content: daily assets regeneration
This commit is contained in:
parent
74a6a1c80e
commit
eaaf84c1a4
2 changed files with 8 additions and 7 deletions
|
@ -93,13 +93,13 @@ groups:
|
|||
severity: critical
|
||||
- alert: PromscaleIngestHighDataDuplication
|
||||
annotations:
|
||||
description: More than {{ $value }} samples/sec are rejected as duplicates by
|
||||
promscale.
|
||||
description: More than {{ $value | humanize }} samples/sec are rejected as duplicates
|
||||
by promscale.
|
||||
runbook_url: https://github.com/timescale/promscale/blob/master/docs/runbooks/PromscaleIngestHighDataDuplication.md
|
||||
summary: Duplicate data being inserted.
|
||||
expr: |
|
||||
rate(promscale_ingest_duplicates_total{kind="sample"}[5m]) > 0
|
||||
for: 5m
|
||||
sum by (job, namespace) (rate(promscale_ingest_duplicates_total{kind="sample"}[15m])) > 0
|
||||
for: 30m
|
||||
labels:
|
||||
severity: warning
|
||||
- name: promscale-query
|
||||
|
|
|
@ -138,12 +138,13 @@ labels:
|
|||
{{< code lang="yaml" >}}
|
||||
alert: PromscaleIngestHighDataDuplication
|
||||
annotations:
|
||||
description: More than {{ $value }} samples/sec are rejected as duplicates by promscale.
|
||||
description: More than {{ $value | humanize }} samples/sec are rejected as duplicates
|
||||
by promscale.
|
||||
runbook_url: https://github.com/timescale/promscale/blob/master/docs/runbooks/PromscaleIngestHighDataDuplication.md
|
||||
summary: Duplicate data being inserted.
|
||||
expr: |
|
||||
rate(promscale_ingest_duplicates_total{kind="sample"}[5m]) > 0
|
||||
for: 5m
|
||||
sum by (job, namespace) (rate(promscale_ingest_duplicates_total{kind="sample"}[15m])) > 0
|
||||
for: 30m
|
||||
labels:
|
||||
severity: warning
|
||||
{{< /code >}}
|
||||
|
|
Loading…
Reference in a new issue