Skip to content

Commit

Permalink
Merge pull request #14242 from Elbehery/etcd-mixin_replace_backend_wi…
Browse files Browse the repository at this point in the history
…th_database

etcd-mixin: fix etcdDatabaseQuotaLowSpace alert name
  • Loading branch information
ahrtr authored Jul 20, 2022
2 parents 2ef4043 + 75d7bd0 commit b75aa3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/mixin/mixin.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b75aa3e

Please sign in to comment.