contrib/mixin: omit Defragment method from etcdGRPCRequestsSlow

Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
This commit is contained in:
Sam Batschelet 2021-10-08 16:21:46 -04:00
parent f3cfe0f1a5
commit 0eb72bde2c

View File

@ -124,7 +124,7 @@
{ {
alert: 'etcdGRPCRequestsSlow', alert: 'etcdGRPCRequestsSlow',
expr: ||| expr: |||
histogram_quantile(0.99, sum(rate(grpc_server_handling_seconds_bucket{%(etcd_selector)s, grpc_type="unary"}[5m])) without(grpc_type)) histogram_quantile(0.99, sum(rate(grpc_server_handling_seconds_bucket{%(etcd_selector)s, grpc_method!="Defragment", grpc_type="unary"}[5m])) without(grpc_type))
> 0.15 > 0.15
||| % $._config, ||| % $._config,
'for': '10m', 'for': '10m',