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
8c2cceac6c
commit
383040f606
2 changed files with 5 additions and 5 deletions
|
@ -212,11 +212,11 @@ groups:
|
||||||
severity: warning
|
severity: warning
|
||||||
- name: promscale-database-connection
|
- name: promscale-database-connection
|
||||||
rules:
|
rules:
|
||||||
- alert: PromscaleStorageHighErrorRate
|
- alert: PromscaleDBHighErrorRate
|
||||||
annotations:
|
annotations:
|
||||||
description: Promscale connection with the database has an error of {{ $value
|
description: Promscale connection with the database has an error of {{ $value
|
||||||
| humanizePercentage }}.
|
| humanizePercentage }}.
|
||||||
runbook_url: https://github.com/timescale/promscale/blob/master/docs/runbooks/PromscaleStorageHighErrorRate.md
|
runbook_url: https://github.com/timescale/promscale/blob/master/docs/runbooks/PromscaleDBHighErrorRate.md
|
||||||
summary: Promscale experiences a high error rate when connecting to the database
|
summary: Promscale experiences a high error rate when connecting to the database
|
||||||
expr: |
|
expr: |
|
||||||
(
|
(
|
||||||
|
|
|
@ -283,14 +283,14 @@ labels:
|
||||||
|
|
||||||
### promscale-database-connection
|
### promscale-database-connection
|
||||||
|
|
||||||
##### PromscaleStorageHighErrorRate
|
##### PromscaleDBHighErrorRate
|
||||||
|
|
||||||
{{< code lang="yaml" >}}
|
{{< code lang="yaml" >}}
|
||||||
alert: PromscaleStorageHighErrorRate
|
alert: PromscaleDBHighErrorRate
|
||||||
annotations:
|
annotations:
|
||||||
description: Promscale connection with the database has an error of {{ $value |
|
description: Promscale connection with the database has an error of {{ $value |
|
||||||
humanizePercentage }}.
|
humanizePercentage }}.
|
||||||
runbook_url: https://github.com/timescale/promscale/blob/master/docs/runbooks/PromscaleStorageHighErrorRate.md
|
runbook_url: https://github.com/timescale/promscale/blob/master/docs/runbooks/PromscaleDBHighErrorRate.md
|
||||||
summary: Promscale experiences a high error rate when connecting to the database
|
summary: Promscale experiences a high error rate when connecting to the database
|
||||||
expr: |
|
expr: |
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in a new issue