Skip to content

Commit

Permalink
overwrite default etcd rules (ref https://github.com/etcd-io/etcd/blo…
Browse files Browse the repository at this point in the history
  • Loading branch information
ahgraber committed Mar 15, 2022
1 parent aaef6fb commit 9304c3b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ spec:
taking {{ $value }}s on etcd instance {{ $labels.instance }}.
expr: >-
histogram_quantile(0.99, sum(rate(grpc_server_handling_seconds_bucket{job=~".*etcd.*",
grpc_type="unary"}[5m])) by (job, instance, grpc_service, grpc_method, le))
> 0.15
grpc_type="unary"}[5m])) by (job, instance, grpc_service, grpc_method, le)) > 0.15
for: 10m
labels:
severity: critical
Expand Down

0 comments on commit 9304c3b

Please sign in to comment.