mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 19:37:27 +08:00
chore(meilisearch): remove index filter
This commit is contained in:
parent
100da75bbd
commit
176038ec26
2 changed files with 2 additions and 2 deletions
|
|
@ -850,7 +850,7 @@ groups:
|
|||
rules:
|
||||
- name: Meilisearch index is empty
|
||||
description: Meilisearch instance is down
|
||||
query: 'meilisearch_index_docs_count{index="$Index"} == 0'
|
||||
query: 'meilisearch_index_docs_count == 0'
|
||||
severity: warning
|
||||
- name: Meilisearch http response time
|
||||
description: Meilisearch http response time is too high
|
||||
|
|
|
|||
2
dist/rules/meilisearch/embedded-exporter.yml
vendored
2
dist/rules/meilisearch/embedded-exporter.yml
vendored
|
|
@ -5,7 +5,7 @@ groups:
|
|||
rules:
|
||||
|
||||
- alert: MeilisearchIndexIsEmpty
|
||||
expr: meilisearch_index_docs_count{index="$Index"} == 0
|
||||
expr: meilisearch_index_docs_count == 0
|
||||
for: 5m
|
||||
labels:
|
||||
severity: warning
|
||||
|
|
|
|||
Loading…
Reference in a new issue