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
286d72b0d1
commit
6d78f6530e
5 changed files with 35 additions and 11 deletions
|
@ -91,6 +91,19 @@ groups:
|
|||
for: 40s
|
||||
labels:
|
||||
severity: critical
|
||||
- alert: CephOSDFlapping
|
||||
annotations:
|
||||
description: Storage daemon {{ $labels.ceph_daemon }} has restarted 5 times
|
||||
in last 5 minutes. Please check the pod events or ceph status to find out
|
||||
the cause.
|
||||
message: Ceph storage osd flapping.
|
||||
severity_level: error
|
||||
storage_type: ceph
|
||||
expr: |
|
||||
changes(ceph_osd_up[5m]) >= 10
|
||||
for: 0s
|
||||
labels:
|
||||
severity: critical
|
||||
- alert: CephOSDNearFull
|
||||
annotations:
|
||||
description: Utilization of storage device {{ $labels.ceph_daemon }} of device_class
|
||||
|
|
|
@ -447,7 +447,7 @@ groups:
|
|||
(
|
||||
sum by(namespace) (rate(cortex_querier_storegateway_refetches_per_query_count[5m]))
|
||||
-
|
||||
sum by(namespace) (rate(cortex_querier_storegateway_refetches_per_query_bucket{le="0"}[5m]))
|
||||
sum by(namespace) (rate(cortex_querier_storegateway_refetches_per_query_bucket{le="0.0"}[5m]))
|
||||
)
|
||||
/
|
||||
sum by(namespace) (rate(cortex_querier_storegateway_refetches_per_query_count[5m]))
|
||||
|
|
|
@ -87,9 +87,7 @@
|
|||
"timeShift": null,
|
||||
"title": "CPU",
|
||||
"tooltip": {
|
||||
"shared": true,
|
||||
"sort": 0,
|
||||
"value_type": "individual"
|
||||
"sort": 2
|
||||
},
|
||||
"type": "graph",
|
||||
"xaxis": {
|
||||
|
@ -179,9 +177,7 @@
|
|||
"timeShift": null,
|
||||
"title": "Memory (workingset)",
|
||||
"tooltip": {
|
||||
"shared": true,
|
||||
"sort": 0,
|
||||
"value_type": "individual"
|
||||
"sort": 2
|
||||
},
|
||||
"type": "graph",
|
||||
"xaxis": {
|
||||
|
@ -256,9 +252,7 @@
|
|||
"timeShift": null,
|
||||
"title": "Memory (go heap inuse)",
|
||||
"tooltip": {
|
||||
"shared": true,
|
||||
"sort": 0,
|
||||
"value_type": "individual"
|
||||
"sort": 2
|
||||
},
|
||||
"type": "graph",
|
||||
"xaxis": {
|
||||
|
|
|
@ -144,6 +144,23 @@ labels:
|
|||
severity: critical
|
||||
{{< /code >}}
|
||||
|
||||
##### CephOSDFlapping
|
||||
|
||||
{{< code lang="yaml" >}}
|
||||
alert: CephOSDFlapping
|
||||
annotations:
|
||||
description: Storage daemon {{ $labels.ceph_daemon }} has restarted 5 times in last
|
||||
5 minutes. Please check the pod events or ceph status to find out the cause.
|
||||
message: Ceph storage osd flapping.
|
||||
severity_level: error
|
||||
storage_type: ceph
|
||||
expr: |
|
||||
changes(ceph_osd_up[5m]) >= 10
|
||||
for: 0s
|
||||
labels:
|
||||
severity: critical
|
||||
{{< /code >}}
|
||||
|
||||
##### CephOSDNearFull
|
||||
|
||||
{{< code lang="yaml" >}}
|
||||
|
|
|
@ -682,7 +682,7 @@ expr: |
|
|||
(
|
||||
sum by(namespace) (rate(cortex_querier_storegateway_refetches_per_query_count[5m]))
|
||||
-
|
||||
sum by(namespace) (rate(cortex_querier_storegateway_refetches_per_query_bucket{le="0"}[5m]))
|
||||
sum by(namespace) (rate(cortex_querier_storegateway_refetches_per_query_bucket{le="0.0"}[5m]))
|
||||
)
|
||||
/
|
||||
sum by(namespace) (rate(cortex_querier_storegateway_refetches_per_query_count[5m]))
|
||||
|
|
Loading…
Reference in a new issue