Skip to content

Commit

Permalink
Merge branch 'add-grpc-received-metrics' of https://github.com/okJian…
Browse files Browse the repository at this point in the history
…g/pd into add-grpc-received-metrics
  • Loading branch information
okJiang committed Dec 24, 2024
2 parents e9c2b1b + b0995d1 commit 9888398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/grafana/pd.json
Original file line number Diff line number Diff line change
Expand Up @@ -8978,7 +8978,7 @@
"spaceLength": 10,
"targets": [
{
"expr": "sum(rate(grpc_server_started_total{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (instance, grpc_method)",
"expr": "sum(rate(grpc_server_msg_received_total{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (instance, grpc_method)",
"legendFormat": "{{instance}}-{{grpc_method}}",
"interval": "",
"exemplar": true,
Expand Down

0 comments on commit 9888398

Please sign in to comment.