change some metric names for milvus dashboards (#19510)

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

Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
This commit is contained in:
Bennu 2022-10-19 15:09:28 +08:00 committed by GitHub
parent e99c14151a
commit 4d1ab28d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,5 @@
{ {
"__inputs": [ "__inputs": [],
{
"name": "DS_PROMETHEUS",
"label": "prometheus",
"description": "",
"type": "datasource",
"pluginId": "prometheus",
"pluginName": "Prometheus"
}
],
"__elements": [], "__elements": [],
"__requires": [ "__requires": [
{ {
@ -53,12 +44,12 @@
"fiscalYearStartMonth": 0, "fiscalYearStartMonth": 0,
"graphTooltip": 0, "graphTooltip": 0,
"id": null, "id": null,
"iteration": 1662448063001, "iteration": 1664352735040,
"links": [], "links": [],
"liveNow": false, "liveNow": false,
"panels": [ "panels": [
{ {
"collapsed": false, "collapsed": true,
"gridPos": { "gridPos": {
"h": 1, "h": 1,
"w": 24, "w": 24,
@ -66,10 +57,7 @@
"y": 0 "y": 0
}, },
"id": 123248, "id": 123248,
"panels": [], "panels": [
"title": "Proxy",
"type": "row"
},
{ {
"aliasColors": {}, "aliasColors": {},
"bars": false, "bars": false,
@ -2267,6 +2255,10 @@
"yaxis": { "yaxis": {
"align": false "align": false
} }
}
],
"title": "Proxy",
"type": "row"
}, },
{ {
"collapsed": true, "collapsed": true,
@ -2274,7 +2266,7 @@
"h": 1, "h": 1,
"w": 24, "w": 24,
"x": 0, "x": 0,
"y": 49 "y": 1
}, },
"id": 123155, "id": 123155,
"panels": [ "panels": [
@ -3528,7 +3520,7 @@
"h": 1, "h": 1,
"w": 24, "w": 24,
"x": 0, "x": 0,
"y": 50 "y": 2
}, },
"id": 123246, "id": 123246,
"panels": [ "panels": [
@ -4493,7 +4485,7 @@
"h": 1, "h": 1,
"w": 24, "w": 24,
"x": 0, "x": 0,
"y": 51 "y": 3
}, },
"id": 123244, "id": 123244,
"panels": [ "panels": [
@ -6932,7 +6924,7 @@
"h": 1, "h": 1,
"w": 24, "w": 24,
"x": 0, "x": 0,
"y": 52 "y": 4
}, },
"id": 123172, "id": 123172,
"panels": [ "panels": [
@ -7430,7 +7422,7 @@
"h": 1, "h": 1,
"w": 24, "w": 24,
"x": 0, "x": 0,
"y": 53 "y": 5
}, },
"id": 123242, "id": 123242,
"panels": [ "panels": [
@ -8687,15 +8679,18 @@
"type": "row" "type": "row"
}, },
{ {
"collapsed": true, "collapsed": false,
"gridPos": { "gridPos": {
"h": 1, "h": 1,
"w": 24, "w": 24,
"x": 0, "x": 0,
"y": 54 "y": 6
}, },
"id": 123223, "id": 123223,
"panels": [ "panels": [],
"title": "Index Coordinator",
"type": "row"
},
{ {
"aliasColors": {}, "aliasColors": {},
"bars": false, "bars": false,
@ -8705,7 +8700,7 @@
"type": "prometheus", "type": "prometheus",
"uid": "$datasource" "uid": "$datasource"
}, },
"description": "per-second increasing rate of build requests recived by IndexCoord.", "description": "per-second increasing rate of building index requests recived by IndexCoord.",
"fill": 1, "fill": 1,
"fillGradient": 0, "fillGradient": 0,
"gridPos": { "gridPos": {
@ -8747,7 +8742,7 @@
"uid": "$datasource" "uid": "$datasource"
}, },
"exemplar": true, "exemplar": true,
"expr": "sum(increase(milvus_indexcoord_indexreq_count{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\"}[2m])/120) by (status)", "expr": "sum(increase(milvus_indexcoord_index_req_count{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\"}[2m])/120) by (status)",
"interval": "", "interval": "",
"legendFormat": "{{status}}", "legendFormat": "{{status}}",
"queryType": "randomWalk", "queryType": "randomWalk",
@ -8838,7 +8833,7 @@
"uid": "$datasource" "uid": "$datasource"
}, },
"exemplar": true, "exemplar": true,
"expr": "sum(milvus_indexcoord_indextask_count{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\"}) by (index_task_status)", "expr": "sum(milvus_indexcoord_index_task_count{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\"}) by (index_task_status)",
"interval": "", "interval": "",
"intervalFactor": 2, "intervalFactor": 2,
"legendFormat": "{{index_task_status}}", "legendFormat": "{{index_task_status}}",
@ -8929,7 +8924,7 @@
"uid": "$datasource" "uid": "$datasource"
}, },
"exemplar": true, "exemplar": true,
"expr": "sum(milvus_indexcoord_indexnode_num{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\"}) by (app_kubernetes_io_instance)", "expr": "sum(milvus_indexcoord_index_node_num{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\"}) by (app_kubernetes_io_instance)",
"hide": false, "hide": false,
"instant": false, "instant": false,
"interval": "", "interval": "",
@ -8971,10 +8966,6 @@
"yaxis": { "yaxis": {
"align": false "align": false
} }
}
],
"title": "Index Coordinator",
"type": "row"
}, },
{ {
"collapsed": true, "collapsed": true,
@ -8982,7 +8973,7 @@
"h": 1, "h": 1,
"w": 24, "w": 24,
"x": 0, "x": 0,
"y": 55 "y": 13
}, },
"id": 123231, "id": 123231,
"panels": [ "panels": [
@ -9600,7 +9591,7 @@
"h": 1, "h": 1,
"w": 24, "w": 24,
"x": 0, "x": 0,
"y": 56 "y": 14
}, },
"id": 123157, "id": 123157,
"panels": [ "panels": [
@ -11341,7 +11332,7 @@
"list": [ "list": [
{ {
"current": { "current": {
"selected": true, "selected": false,
"text": "prometheus", "text": "prometheus",
"value": "prometheus" "value": "prometheus"
}, },
@ -11475,7 +11466,7 @@
] ]
}, },
"time": { "time": {
"from": "now-5m", "from": "now-30m",
"to": "now" "to": "now"
}, },
"timepicker": { "timepicker": {
@ -11508,6 +11499,6 @@
"timezone": "browser", "timezone": "browser",
"title": "Milvus2.0", "title": "Milvus2.0",
"uid": "uLf5cJ3Gz", "uid": "uLf5cJ3Gz",
"version": 4, "version": 3,
"weekStart": "" "weekStart": ""
} }