etcd-mixin: fix etcdDatabaseQuotaLowSpace alert name

Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
This commit is contained in:
Mustafa Elbehery 2022-07-20 06:10:29 +02:00
parent 2ef4043979
commit 75d7bd0155

View File

@ -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,