[skip e2e] Add role_name for time_tick_delay panel of milvus dashboard (#20336)

Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>

Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
pull/20342/head
Bennu 2022-11-04 17:11:36 +08:00 committed by GitHub
parent 956c5e1b9d
commit ebda9fec52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -53,7 +53,7 @@
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": null,
"iteration": 1666679764757,
"iteration": 1667373267980,
"links": [],
"liveNow": false,
"panels": [
@ -3478,17 +3478,17 @@
"uid": "$datasource"
},
"exemplar": true,
"expr": "sum(milvus_rootcoord_time_tick_delay{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\"}) by (app_kubernetes_io_instance)",
"expr": "sum(milvus_rootcoord_time_tick_delay{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\"}) by (role_name, node_id)",
"interval": "",
"intervalFactor": 2,
"legendFormat": "timetick",
"legendFormat": "{{role_name}}-{{node_id}}",
"queryType": "randomWalk",
"refId": "A"
}
],
"thresholds": [],
"timeRegions": [],
"title": "Time Tick",
"title": "Time Tick Delay",
"tooltip": {
"shared": true,
"sort": 0,
@ -11591,8 +11591,8 @@
]
},
"time": {
"from": "2022-10-25T06:50:00.718Z",
"to": "2022-10-25T06:52:31.136Z"
"from": "now-30m",
"to": "now"
},
"timepicker": {
"hidden": false,
@ -11624,6 +11624,6 @@
"timezone": "browser",
"title": "Milvus2.0",
"uid": "uLf5cJ3Gz",
"version": 22,
"version": 23,
"weekStart": ""
}