mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 03:17:07 +08:00
fix(data): set correct name and use ==
This commit is contained in:
parent
eda71b626b
commit
100da75bbd
1 changed files with 4 additions and 2 deletions
|
|
@ -844,11 +844,13 @@ groups:
|
|||
|
||||
- name: Meilisearch
|
||||
exporters:
|
||||
- doc_url: https://github.com/orgs/meilisearch/discussions/625
|
||||
- name: Embedded exporter
|
||||
slug: embedded-exporter
|
||||
doc_url: https://github.com/orgs/meilisearch/discussions/625
|
||||
rules:
|
||||
- name: Meilisearch index is empty
|
||||
description: Meilisearch instance is down
|
||||
query: 'meilisearch_index_docs_count{index="$Index"} = 0'
|
||||
query: 'meilisearch_index_docs_count{index="$Index"} == 0'
|
||||
severity: warning
|
||||
- name: Meilisearch http response time
|
||||
description: Meilisearch http response time is too high
|
||||
|
|
|
|||
Loading…
Reference in a new issue