mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-22 01:17:19 +08:00
my brain is out for vacation, please forgive me
This commit is contained in:
parent
ab126b1de6
commit
6edcdc75af
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ services:
|
||||||
doc_url: https://github.com/criteo/cassandra_exporter
|
doc_url: https://github.com/criteo/cassandra_exporter
|
||||||
rules:
|
rules:
|
||||||
- name: Cassandra hints count
|
- name: Cassandra hints count
|
||||||
description: Cassandra hints count was changed to {{ $value | printf "%.0f" }} on {{ $labels.instance }} some nodes may go down
|
description: Cassandra hints count has changed on {{ $labels.instance }} some nodes may go down
|
||||||
query: 'changes(cassandra_stats{name="org:apache:cassandra:metrics:storage:totalhints:count"}[1m]) > 3'
|
query: 'changes(cassandra_stats{name="org:apache:cassandra:metrics:storage:totalhints:count"}[1m]) > 3'
|
||||||
severity: critical
|
severity: critical
|
||||||
- name: Cassandra compaction task pending
|
- name: Cassandra compaction task pending
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue