Skip to content

Commit 953245a

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#1081)
1 parent 44d3968 commit 953245a

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

60 Bytes
Binary file not shown.

monitor-snapshot/master/operator/rules/tidb.rules.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,17 @@ groups:
4545
description: 'cluster: ENV_LABELS_ENV, instance: {{ $labels.instance }}, values:{{ $value }}'
4646
summary: TiDB domain_load_schema_total error
4747
value: '{{ $value }}'
48+
- alert: TiDB_auto_analyze_failed
49+
expr: increase( tidb_statistics_auto_analyze_total{type="failed"}[10m] ) > 0
50+
for: 1m
51+
labels:
52+
env: ENV_LABELS_ENV
53+
expr: increase( tidb_statistics_auto_analyze_total{type="failed"}[10m] ) > 0
54+
level: warning
55+
annotations:
56+
description: 'cluster: ENV_LABELS_ENV, instance: {{ $labels.instance }}, values:{{ $value }}'
57+
summary: TiDB auto analyze failed
58+
value: '{{ $value }}'
4859
- alert: TiDB_monitor_keep_alive
4960
expr: increase(tidb_monitor_keep_alive_total{job="tidb"}[10m]) < 100
5061
for: 1m

0 commit comments

Comments
 (0)