Skip to content

Commit

Permalink
metrics: adjust the position of duration panel in performance overvie…
Browse files Browse the repository at this point in the history
  • Loading branch information
dbsid authored Sep 23, 2024
1 parent 312ed79 commit d55808c
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions pkg/metrics/grafana/performance_overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"__inputs": [
{
"name": "DS_TEST-CLUSTER",
"label": "test-cluster",
"label": "${DS_TEST-CLUSTER}",
"description": "",
"type": "datasource",
"pluginId": "prometheus",
Expand Down Expand Up @@ -1231,7 +1231,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.5.17",
"pluginVersion": "8.0.7",
"pointradius": 5,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -1386,7 +1386,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.5.17",
"pluginVersion": "8.0.7",
"pointradius": 5,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -1538,7 +1538,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.5.17",
"pluginVersion": "8.0.7",
"pointradius": 5,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -1672,7 +1672,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.5.17",
"pluginVersion": "8.0.7",
"pointradius": 5,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -1791,7 +1791,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.5.17",
"pluginVersion": "8.0.7",
"pointradius": 5,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -1925,7 +1925,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.5.17",
"pluginVersion": "8.0.7",
"pointradius": 5,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -2051,7 +2051,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.5.17",
"pluginVersion": "8.0.7",
"pointradius": 5,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -2189,7 +2189,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.5.17",
"pluginVersion": "8.0.7",
"pointradius": 5,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -2297,14 +2297,18 @@
"description": "The time cost of parsing SQL to AST",
"editable": true,
"error": false,
"fieldConfig": {
"defaults": {},
"overrides": []
},
"fill": 1,
"fillGradient": 0,
"grid": {},
"gridPos": {
"h": 8,
"w": 8,
"x": 0,
"y": 35
"y": 43
},
"hiddenSeries": false,
"id": 156,
Expand Down Expand Up @@ -2421,14 +2425,18 @@
"description": "The time to build plan",
"editable": true,
"error": false,
"fieldConfig": {
"defaults": {},
"overrides": []
},
"fill": 1,
"fillGradient": 0,
"grid": {},
"gridPos": {
"h": 8,
"w": 8,
"x": 8,
"y": 35
"y": 43
},
"hiddenSeries": false,
"id": 170,
Expand Down Expand Up @@ -2532,14 +2540,18 @@
"description": "The time cost of executing the SQL which does not include the time to get the results of the query .",
"editable": true,
"error": false,
"fieldConfig": {
"defaults": {},
"overrides": []
},
"fill": 1,
"fillGradient": 0,
"grid": {},
"gridPos": {
"h": 8,
"w": 8,
"x": 16,
"y": 35
"y": 43
},
"hiddenSeries": false,
"id": 169,
Expand Down

0 comments on commit d55808c

Please sign in to comment.