Skip to content

Commit

Permalink
Merge pull request #13419 from lilic/enhance-alerts
Browse files Browse the repository at this point in the history
contrib/mixin/mixin.libsonnet: Include gRPC method in alert description
  • Loading branch information
hexfusion authored Oct 18, 2021
2 parents c72947d + aef9131 commit 547ec8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/mixin/mixin.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
},
Expand Down

0 comments on commit 547ec8d

Please sign in to comment.