mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-25 02:46:59 +08:00
Merge branch 'master' into kafka-insync
This commit is contained in:
commit
23e5627567
2 changed files with 10 additions and 3 deletions
|
|
@ -1,9 +1,12 @@
|
||||||
# Awesome Prometheus alerting rules [](https://github.com/sindresorhus/awesome)
|
# Awesome Prometheus alerting rules [](https://github.com/sindresorhus/awesome)
|
||||||
|
|
||||||

|
<!--  -->
|
||||||
|
<p align="center">
|
||||||
|
<img src="./assets/awesome.png">
|
||||||
|
</p>
|
||||||
|
|
||||||
Collection here: **[https://awesome-prometheus-alerts.grep.to](https://awesome-prometheus-alerts.grep.to)**
|
Collection here: **[https://awesome-prometheus-alerts.grep.to](https://awesome-prometheus-alerts.grep.to)**
|
||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
|
|
||||||
- Create an alert rule builder in Jekyll for custom alerts (severity, thresholds, instances...)
|
- Create an alert rule builder in Jekyll for custom alerts (severity, thresholds, instances, ...)
|
||||||
|
|
|
||||||
|
|
@ -270,10 +270,14 @@ services:
|
||||||
- name: danielqsj/kafka_exporter
|
- name: danielqsj/kafka_exporter
|
||||||
doc_url: https://github.com/danielqsj/kafka_exporter
|
doc_url: https://github.com/danielqsj/kafka_exporter
|
||||||
rules:
|
rules:
|
||||||
- name: Kafka Topics
|
- name: Kafka Topics
|
||||||
description: Kafka topic in-sync partition
|
description: Kafka topic in-sync partition
|
||||||
query: 'sum(kafka_topic_partition_in_sync_replica) by (topic) > 3'
|
query: 'sum(kafka_topic_partition_in_sync_replica) by (topic) > 3'
|
||||||
severity: error
|
severity: error
|
||||||
|
- name: Kafka consumers group
|
||||||
|
description: Kafka consumers group
|
||||||
|
query: 'sum(kafka_consumergroup_lag) by (consumergroup) > 50'
|
||||||
|
severity: error
|
||||||
|
|
||||||
- name: Linkerd
|
- name: Linkerd
|
||||||
exporters:
|
exporters:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue