mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
contrib/mixin/mixin.libsonnet: Include gRPC method in alert description
This makes it easier for admin to determine the alert issue.
This commit is contained in:
parent
519f62b269
commit
aef9131c81
@ -132,7 +132,7 @@
|
||||
severity: 'critical',
|
||||
},
|
||||
annotations: {
|
||||
description: 'etcd cluster "{{ $labels.%s }}": 99th percentile of gRPC requests is {{ $value }}s on etcd instance {{ $labels.instance }}.' % $._config.clusterLabel,
|
||||
description: 'etcd cluster "{{ $labels.%s }}": 99th percentile of gRPC requests is {{ $value }}s on etcd instance {{ $labels.instance }} for {{ $labels.grpc_method }} method.' % $._config.clusterLabel,
|
||||
summary: 'etcd grpc requests are slow',
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user