You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that this problem can be solved by using irate(etcd_debugging_mvcc_total_put_size_in_bytes{}[$__interval]) / irate(etcd_mvcc_put_total{}[$__interval]). Therefore, there is no need to add new functions anymore. What do you think? @jmhbnz
What would you like to be added?
add etcd_debugging_mvcc_key_size_bucket histogram metric.
Why is this needed?
For better observability, we can observe the distribution of key sizes and detect an increase in key size at the first time in the etcd cluster.
The text was updated successfully, but these errors were encountered: