Skip to content

Commit

Permalink
Remove memory alert rule (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 authored Apr 2, 2020
1 parent de01ce8 commit 8171a17
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions metrics/alertmanager/tiflash.rules.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
groups:
- name: alert.rules
rules:
- alert: TiFlash_memory_abnormal
expr: tiflash_system_asynchronous_metric_jemalloc_allocated > 1.6e+10
for: 1m
labels:
env: ENV_LABELS_ENV
level: warning
expr: tiflash_system_asynchronous_metric_jemalloc_allocated > 1.6e+10
annotations:
description: 'cluster: ENV_LABELS_ENV, instance: {{ $labels.instance }}, values:{{ $value }}'
value: '{{ $value }}'
summary: TiFlash memory usage is over 16 GB

- alert: TiFlash_tmt_merge_duration
expr: histogram_quantile(0.99, sum(rate(tiflash_tmt_merge_duration_seconds_bucket[1m])) BY (le, instance)) > 600
for: 1m
Expand Down

0 comments on commit 8171a17

Please sign in to comment.