mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 11:27:00 +08:00
fix
This commit is contained in:
parent
c33ca95816
commit
59037a0006
1 changed files with 2 additions and 2 deletions
|
|
@ -1135,12 +1135,12 @@ groups:
|
||||||
for: 10m
|
for: 10m
|
||||||
- name: Elasticsearch High Indexing Rate
|
- name: Elasticsearch High Indexing Rate
|
||||||
description: "The indexing rate on Elasticsearch cluster is higher than the threshold."
|
description: "The indexing rate on Elasticsearch cluster is higher than the threshold."
|
||||||
query: "sum(irate(elasticsearch_indices_indexing_index_total)[1m])> 100000"
|
query: "sum(rate(elasticsearch_indices_indexing_index_total)[1m])> 100000"
|
||||||
severity: warning
|
severity: warning
|
||||||
for: 5m
|
for: 5m
|
||||||
- name: Elasticsearch High Query Rate
|
- name: Elasticsearch High Query Rate
|
||||||
description: "The query rate on Elasticsearch cluster is higher than the threshold."
|
description: "The query rate on Elasticsearch cluster is higher than the threshold."
|
||||||
query: "sum(irate(elasticsearch_indices_search_query_total)[1m]) > 100000"
|
query: "sum(rate(elasticsearch_indices_search_query_total)[1m]) > 100000"
|
||||||
severity: warning
|
severity: warning
|
||||||
for: 5m
|
for: 5m
|
||||||
- name: Elasticsearch High Query Latency
|
- name: Elasticsearch High Query Latency
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue