We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happened?
https://github.com/etcd-io/etcd/blob/main/contrib/mixin/alerts/alerts.libsonnet#L222 I meet alert: etcdDatabaseHighFragmentationRatio
becuse the default quota space is 2G of etcd
I this is ok if there just 50M fragmentation should we change the rule to 1024M? like this(1073741824=1024M):
(last_over_time(etcd_mvcc_db_total_size_in_use_in_bytes[5m]) / last_over_time(etcd_mvcc_db_total_size_in_bytes[5m])) < 0.5 and etcd_mvcc_db_total_size_in_use_in_bytes > 1073741824
the default alert is
(last_over_time(etcd_mvcc_db_total_size_in_use_in_bytes[5m]) / last_over_time(etcd_mvcc_db_total_size_in_bytes[5m])) < 0.5 and etcd_mvcc_db_total_size_in_use_in_bytes > 104857600
The text was updated successfully, but these errors were encountered:
You'd need to ask to https://github.com/etcd-io/etcd/
Sorry, something went wrong.
closing as this is related to https://github.com/etcd-io/etcd
link: etcd-io/etcd#18620
No branches or pull requests
What happened?
https://github.com/etcd-io/etcd/blob/main/contrib/mixin/alerts/alerts.libsonnet#L222
I meet alert: etcdDatabaseHighFragmentationRatio
becuse the default quota space is 2G of etcd
I this is ok if there just 50M fragmentation
should we change the rule to 1024M? like this(1073741824=1024M):
the default alert is
The text was updated successfully, but these errors were encountered: