mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 11:27:00 +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
|
- name: Meilisearch
|
||||||
exporters:
|
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:
|
rules:
|
||||||
- name: Meilisearch index is empty
|
- name: Meilisearch index is empty
|
||||||
description: Meilisearch instance is down
|
description: Meilisearch instance is down
|
||||||
query: 'meilisearch_index_docs_count{index="$Index"} = 0'
|
query: 'meilisearch_index_docs_count{index="$Index"} == 0'
|
||||||
severity: warning
|
severity: warning
|
||||||
- name: Meilisearch http response time
|
- name: Meilisearch http response time
|
||||||
description: Meilisearch http response time is too high
|
description: Meilisearch http response time is too high
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue