mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 02:17:00 +08:00
Publish
This commit is contained in:
parent
2494ccdf31
commit
6b05a59ad9
1 changed files with 1 additions and 1 deletions
2
dist/rules/mysql/mysqld-exporter.yml
vendored
2
dist/rules/mysql/mysqld-exporter.yml
vendored
|
|
@ -22,7 +22,7 @@ groups:
|
||||||
summary: MySQL too many connections (> 80%) (instance {{ $labels.instance }})
|
summary: MySQL too many connections (> 80%) (instance {{ $labels.instance }})
|
||||||
description: "More than 80% of MySQL connections are in use on {{ $labels.instance }}\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
description: "More than 80% of MySQL connections are in use on {{ $labels.instance }}\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
||||||
|
|
||||||
- alert: MySQL high prepared statements utilization (> 80%)
|
- alert: MysqlHighPreparedStatementsUtilization(>80%)
|
||||||
expr: 'max_over_time(mysql_global_status_prepared_stmt_count[1m]) / mysql_global_variables_max_prepared_stmt_count * 100 > 80'
|
expr: 'max_over_time(mysql_global_status_prepared_stmt_count[1m]) / mysql_global_variables_max_prepared_stmt_count * 100 > 80'
|
||||||
for: 2m
|
for: 2m
|
||||||
labels:
|
labels:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue