mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #14242 from Elbehery/etcd-mixin_replace_backend_with_database
etcd-mixin: fix etcdDatabaseQuotaLowSpace alert name
This commit is contained in:
commit
b75aa3eb4c
@ -211,7 +211,7 @@
|
||||
},
|
||||
},
|
||||
{
|
||||
alert: 'etcdBackendQuotaLowSpace',
|
||||
alert: 'etcdDatabaseQuotaLowSpace',
|
||||
expr: |||
|
||||
(last_over_time(etcd_mvcc_db_total_size_in_bytes[5m]) / last_over_time(etcd_server_quota_backend_bytes[5m]))*100 > 95
|
||||
||| % $._config,
|
||||
|
Loading…
x
Reference in New Issue
Block a user