Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <[email protected]>
  • Loading branch information
rleungx committed Oct 9, 2023
1 parent 6167465 commit da27ed0
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions metrics/grafana/pd.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
"tableColumn": "",
"targets": [
{
"expr": "sum(pd_cluster_status{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", type=\"storage_size\"}) / sum(pd_cluster_status{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=\"$instance\",type=\"storage_capacity\"})",
"expr": "sum(pd_cluster_status{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", type=\"storage_size\"}) / sum(pd_cluster_status{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", type=\"storage_capacity\"})",
"format": "time_series",
"intervalFactor": 2,
"refId": "A",
Expand Down Expand Up @@ -12489,7 +12489,9 @@
"rightSide": true,
"show": true,
"total": false,
"values": true
"values": true,
"hideEmpty": true,
"hideZero": true
},
"lines": true,
"linewidth": 1,
Expand Down Expand Up @@ -12589,7 +12591,9 @@
"rightSide": true,
"show": true,
"total": false,
"values": false
"values": false,
"hideEmpty": true,
"hideZero": true
},
"lines": true,
"linewidth": 1,
Expand Down Expand Up @@ -12689,7 +12693,9 @@
"rightSide": true,
"show": true,
"total": false,
"values": false
"values": false,
"hideEmpty": true,
"hideZero": true
},
"lines": true,
"linewidth": 1,
Expand Down Expand Up @@ -12789,7 +12795,9 @@
"rightSide": true,
"show": true,
"total": false,
"values": false
"values": false,
"hideEmpty": true,
"hideZero": true
},
"lines": true,
"linewidth": 1,
Expand Down Expand Up @@ -12889,7 +12897,9 @@
"rightSide": true,
"show": true,
"total": false,
"values": false
"values": false,
"hideEmpty": true,
"hideZero": true
},
"lines": true,
"linewidth": 1,
Expand Down

0 comments on commit da27ed0

Please sign in to comment.