There was an error while loading. Please reload this page.
1 parent cc01765 commit 753d552Copy full SHA for 753d552
1 file changed
templates/profile/prometheus/rules.yml.erb
@@ -397,7 +397,7 @@ groups:
397
description: 'MySQL Connection Count is approaching MAX'
398
- alert: "EtcdDatabaseTooBig"
399
expr: >
400
- max by (datacenter) (etcd_mvcc_db_total_size_in_bytes) > 2 ^ 30
+ max by (datacenter) (etcd_mvcc_db_total_size_in_bytes) > 1 * 1024 * 1024 * 1024
401
for: "5m"
402
labels:
403
severity: "page"
0 commit comments