Skip to content

Commit 83542bb

Browse files
committed
Fix description of MySQL alert
1 parent 521ae75 commit 83542bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/kolla/config/prometheus/mysql.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ groups:
5858
severity: warning
5959
annotations:
6060
summary: "MySQL Slave replication lag (instance {{ $labels.instance }})"
61-
description: "MysqL replication lag on {{ $labels.instance }}"
61+
description: "MySQL replication lag on {{ $labels.instance }}"
6262

6363
- alert: MysqlSlowQueries
6464
expr: increase(mysql_global_status_slow_queries[1m]) > 0

0 commit comments

Comments
 (0)