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
But alerts refenrence guide is still using old metrics:
IF sum by(grpc_method) (rate(etcd_grpc_requests_failed_total{job="etcd"}[5m]))
/ sum by(grpc_method) (rate(etcd_grpc_total{job="etcd"}[5m])) > 0.01
IF histogram_quantile(0.99, rate(etcd_grpc_unary_requests_duration_seconds_bucket[5m])) > 0.15
We should update the reference guide to use new prometheus metrics instead.
With commit 5e810e3, etcd defers to go-gprc-prometheus to set up prometheus metrics.
The new prometheus metrics are like:
But alerts refenrence guide is still using old metrics:
We should update the reference guide to use new prometheus metrics instead.
cc @gyuho @brancz
The text was updated successfully, but these errors were encountered: