Update gen_config.py

pull/42/head
StarsL.cn 2 years ago committed by GitHub
parent d22f834f87
commit 304dc1e1c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -117,7 +117,7 @@ groups:
description: "{{ $labels.group }}_{{ $labels.name }}:当前活跃的连接数:{{ $value }} \\n> {{ $labels.iid }}"
- alert: mysql_当前updating状态的线程过多
expr: mysql_global_status_threads_running > 100
expr: mysql_info_schema_processlist_threads{state=~"updating"} > 100
for: 1m
labels:
severity: critical

Loading…
Cancel
Save