Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
leoppro committed May 13, 2021
1 parent 5253d7b commit f20d9ca
Showing 1 changed file with 20 additions and 50 deletions.
70 changes: 20 additions & 50 deletions metrics/grafana/ticdc.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,4 @@
{
"__inputs": [
{
"name": "DS_TEST-CLUSTER",
"label": "test-cluster",
"description": "",
"type": "datasource",
"pluginId": "prometheus",
"pluginName": "Prometheus"
}
],
"__requires": [
{
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "6.1.6"
},
{
"type": "panel",
"id": "graph",
"name": "Graph",
"version": ""
},
{
"type": "panel",
"id": "heatmap",
"name": "Heatmap",
"version": ""
},
{
"type": "datasource",
"id": "prometheus",
"name": "Prometheus",
"version": "1.0.0"
},
{
"type": "panel",
"id": "table",
"name": "Table",
"version": ""
}
],
"annotations": {
"list": [
{
Expand Down Expand Up @@ -124,8 +82,8 @@
"editable": true,
"gnetId": null,
"graphTooltip": 1,
"id": null,
"iteration": 1620627250839,
"id": 25,
"iteration": 1620873682042,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -1148,7 +1106,6 @@
{
"columns": [
{
"$$hashKey": "object:140",
"text": "Current",
"value": "current"
}
Expand Down Expand Up @@ -6406,7 +6363,7 @@
"h": 7,
"w": 12,
"x": 0,
"y": 40
"y": 47
},
"id": 141,
"legend": {
Expand Down Expand Up @@ -6683,7 +6640,11 @@
"list": [
{
"allValue": null,
"current": {},
"current": {
"isNone": true,
"text": "None",
"value": ""
},
"datasource": "${DS_TEST-CLUSTER}",
"definition": "",
"hide": 2,
Expand All @@ -6705,7 +6666,10 @@
},
{
"allValue": ".*",
"current": {},
"current": {
"text": "All",
"value": "$__all"
},
"datasource": "${DS_TEST-CLUSTER}",
"definition": "label_values(ticdc_processor_resolved_ts{tidb_cluster=\"$tidb_cluster\"}, changefeed)",
"hide": 0,
Expand All @@ -6727,7 +6691,10 @@
},
{
"allValue": ".*",
"current": {},
"current": {
"text": "All",
"value": "$__all"
},
"datasource": "${DS_TEST-CLUSTER}",
"definition": "label_values(ticdc_processor_resolved_ts{tidb_cluster=\"$tidb_cluster\"}, capture)",
"hide": 0,
Expand All @@ -6749,7 +6716,10 @@
},
{
"allValue": ".*",
"current": {},
"current": {
"text": "All",
"value": "$__all"
},
"datasource": "${DS_TEST-CLUSTER}",
"definition": "label_values(tikv_engine_size_bytes{tidb_cluster=\"$tidb_cluster\"}, instance)",
"hide": 0,
Expand Down

0 comments on commit f20d9ca

Please sign in to comment.