Skip to content

Commit 7e6e0bf

Browse files
committed
Update Grafana refIDs
1 parent 5f91552 commit 7e6e0bf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

manager/manifests/grafana/grafana-dashboard-async.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ data:
124124
"expr": "sum(rate(cortex_async_request_count{api_name=\"$api_name\"}[1m])) by (api_name)",
125125
"interval": "",
126126
"legendFormat": "{{api_name}}",
127-
"refId": "2XX"
127+
"refId": "Request Rate"
128128
}
129129
],
130130
"thresholds": [],
@@ -502,7 +502,7 @@ data:
502502
"expr": "sum(rate(cortex_async_request_count{api_kind=\"AsyncAPI\",api_name=\"$api_name\",status_code=~\"4.+\"}[1m])) by (api_name, status_code)",
503503
"interval": "",
504504
"legendFormat": "{{api_name}}",
505-
"refId": "2XX"
505+
"refId": "4XX"
506506
}
507507
],
508508
"thresholds": [],
@@ -595,7 +595,7 @@ data:
595595
"expr": "sum(rate(cortex_async_request_count{api_kind=\"AsyncAPI\",api_name=\"$api_name\",status_code=~\"5.+\"}[1m])) by (api_name, status_code)",
596596
"interval": "",
597597
"legendFormat": "{{api_name}}",
598-
"refId": "2XX"
598+
"refId": "5XX"
599599
}
600600
],
601601
"thresholds": [],

manager/manifests/grafana/grafana-dashboard-realtime.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ data:
121121
"expr": "sum (rate(istio_requests_total{destination_service=~\"api-$api_name.+\"}[1m])) by (destination_service)",
122122
"interval": "",
123123
"legendFormat": "{{destination_service}}",
124-
"refId": "2XX"
124+
"refId": "Request Rate"
125125
}
126126
],
127127
"thresholds": [],
@@ -526,7 +526,7 @@ data:
526526
"expr": "sum(rate(istio_requests_total{destination_service=~\"api-$api_name.+\", response_code=~\"4.+\"}[1m])) by (destination_service, response_code)",
527527
"interval": "",
528528
"legendFormat": "{{destination_service}}",
529-
"refId": "2XX"
529+
"refId": "4XX"
530530
}
531531
],
532532
"thresholds": [],
@@ -635,7 +635,7 @@ data:
635635
"expr": "sum(rate(istio_requests_total{destination_service=~\"api-$api_name.+\", response_code=~\"5.+\"}[1m])) by (destination_service, response_code)",
636636
"interval": "",
637637
"legendFormat": "{{destination_service}}",
638-
"refId": "2XX"
638+
"refId": "5XX"
639639
}
640640
],
641641
"thresholds": [],

0 commit comments

Comments
 (0)