mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcd-mixin: fix etcdDatabaseQuotaLowSpace alert name
Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
This commit is contained in:
parent
2ef4043979
commit
75d7bd0155
@ -211,7 +211,7 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
alert: 'etcdBackendQuotaLowSpace',
|
alert: 'etcdDatabaseQuotaLowSpace',
|
||||||
expr: |||
|
expr: |||
|
||||||
(last_over_time(etcd_mvcc_db_total_size_in_bytes[5m]) / last_over_time(etcd_server_quota_backend_bytes[5m]))*100 > 95
|
(last_over_time(etcd_mvcc_db_total_size_in_bytes[5m]) / last_over_time(etcd_server_quota_backend_bytes[5m]))*100 > 95
|
||||||
||| % $._config,
|
||| % $._config,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user