You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manager/manifests/grafana/grafana-dashboard-async.yaml
+23-17
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ data:
36
36
"editable": true,
37
37
"gnetId": null,
38
38
"graphTooltip": 0,
39
-
"iteration": 1625168772532,
39
+
"iteration": 1625805144458,
40
40
"links": [],
41
41
"panels": [
42
42
{
@@ -61,10 +61,6 @@ data:
61
61
{
62
62
"collapsed": false,
63
63
"datasource": null,
64
-
"fieldConfig": {
65
-
"defaults": {},
66
-
"overrides": []
67
-
},
68
64
"gridPos": {
69
65
"h": 1,
70
66
"w": 24,
@@ -175,7 +171,7 @@ data:
175
171
"dashLength": 10,
176
172
"dashes": false,
177
173
"datasource": null,
178
-
"description": "Active in-flight requests for an API.\n\nNote: In-flight requests are recorded every 10 seconds, which will correspond to the minimum resolution.",
174
+
"description": "In-flight requests for an API.\n\nNote: In-flight requests are recorded every 10 seconds, which will correspond to the minimum resolution.",
179
175
"fill": 1,
180
176
"fillGradient": 0,
181
177
"gridPos": {
@@ -213,10 +209,28 @@ data:
213
209
"steppedLine": false,
214
210
"targets": [
215
211
{
216
-
"expr": "sum(cortex_async_queue_length{api_kind=\"AsyncAPI\",api_name=\"$api_name\"}) by (api_name)",
212
+
"exemplar": true,
213
+
"expr": "sum(cortex_async_active{api_kind=\"AsyncAPI\",api_name=\"$api_name\"}) by (api_name)",
214
+
"hide": false,
217
215
"interval": "",
218
-
"legendFormat": "{{api_name}}",
219
-
"refId": "A"
216
+
"legendFormat": "active",
217
+
"refId": "Active"
218
+
},
219
+
{
220
+
"exemplar": true,
221
+
"expr": "sum(cortex_async_queued{api_kind=\"AsyncAPI\",api_name=\"$api_name\"}) by (api_name)",
222
+
"hide": false,
223
+
"interval": "",
224
+
"legendFormat": "queued",
225
+
"refId": "Queued"
226
+
},
227
+
{
228
+
"exemplar": true,
229
+
"expr": "sum(cortex_async_in_flight{api_kind=\"AsyncAPI\",api_name=\"$api_name\"}) by (api_name)",
0 commit comments