Skip to content

Commit 0d7563a

Browse files
easyCZroboquat
authored andcommitted
[dashboard] gRPC dashboard filters requests started on selected method
1 parent ea7dbae commit 0d7563a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operations/observability/mixins/cross-teams/dashboards/gitpod-grpc-server.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"uid": "P4169E866C3094E38"
127127
},
128128
"editorMode": "code",
129-
"expr": "sum(increase(grpc_server_started_total{grpc_service=~\"$service\", grpc_type=~\"$type\"}[1m])) by (grpc_service, grpc_method)",
129+
"expr": "sum(increase(grpc_server_started_total{grpc_service=~\"$service\", grpc_method=~\"$method\", grpc_type=~\"$type\"}[1m])) by (grpc_service, grpc_method)",
130130
"legendFormat": "{{grpc_service}}.{{grpc_method}}",
131131
"range": true,
132132
"refId": "A"

0 commit comments

Comments
 (0)