Merge pull request #14242 from Elbehery/etcd-mixin_replace_backend_with_database

etcd-mixin: fix etcdDatabaseQuotaLowSpace alert name
This commit is contained in:
Benjamin Wang 2022-07-20 12:40:56 +08:00 committed by GitHub
commit b75aa3eb4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,