etcd-mixin: fix etcdDatabaseQuotaLowSpace alert name

Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
dependabot/go_modules/go.uber.org/atomic-1.10.0
Mustafa Elbehery 2022-07-20 06:10:29 +02:00
parent 2ef4043979
commit 75d7bd0155
1 changed files with 1 additions and 1 deletions

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,