Skip to content

Commit 753d552

Browse files
committed
Prefer 1 * 1024 * 1024 * 1024 as more legible than 2 ^ 30
1 parent cc01765 commit 753d552

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/profile/prometheus/rules.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ groups:
397397
description: 'MySQL Connection Count is approaching MAX'
398398
- alert: "EtcdDatabaseTooBig"
399399
expr: >
400-
max by (datacenter) (etcd_mvcc_db_total_size_in_bytes) > 2 ^ 30
400+
max by (datacenter) (etcd_mvcc_db_total_size_in_bytes) > 1 * 1024 * 1024 * 1024
401401
for: "5m"
402402
labels:
403403
severity: "page"

0 commit comments

Comments
 (0)