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
|
||||
- name: promscale-database-connection
|
||||
rules:
|
||||
- alert: PromscaleStorageHighErrorRate
|
||||
- alert: PromscaleDBHighErrorRate
|
||||
annotations:
|
||||
description: Promscale connection with the database has an error of {{ $value
|
||||
| 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
|
||||
expr: |
|
||||
(
|
||||
|
|
|
@ -283,14 +283,14 @@ labels:
|
|||
|
||||
### promscale-database-connection
|
||||
|
||||
##### PromscaleStorageHighErrorRate
|
||||
##### PromscaleDBHighErrorRate
|
||||
|
||||
{{< code lang="yaml" >}}
|
||||
alert: PromscaleStorageHighErrorRate
|
||||
alert: PromscaleDBHighErrorRate
|
||||
annotations:
|
||||
description: Promscale connection with the database has an error of {{ $value |
|
||||
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
|
||||
expr: |
|
||||
(
|
||||
|
|
Loading…
Reference in a new issue