Skip to content

Commit

Permalink
Change reuse rate to expan rate
Browse files Browse the repository at this point in the history
Signed-off-by: JaySon-Huang <[email protected]>
  • Loading branch information
JaySon-Huang committed May 18, 2022
1 parent cb9e00e commit 0c276a2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions metrics/grafana/tiflash_summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"gnetId": null,
"graphTooltip": 1,
"id": null,
"iteration": 1652859600759,
"iteration": 1652861766192,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -5387,7 +5387,7 @@
"yaxis": 1
},
{
"alias": "/^BlobReusedRate/",
"alias": "/^BlobExpandRate/",
"yaxis": 2
}
],
Expand All @@ -5407,12 +5407,12 @@
},
{
"exemplar": true,
"expr": "sum(rate(tiflash_system_profile_event_PSV3MBlobReused{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m]) / (rate(tiflash_system_profile_event_PSV3MBlobExpansion{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m]) + rate(tiflash_system_profile_event_PSV3MBlobReused{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m]))) by (instance)",
"expr": "sum(rate(tiflash_system_profile_event_PSV3MBlobExpansion{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m]) / (rate(tiflash_system_profile_event_PSV3MBlobExpansion{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m]) + rate(tiflash_system_profile_event_PSV3MBlobReused{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m]))) by (instance)",
"format": "time_series",
"hide": false,
"interval": "",
"intervalFactor": 1,
"legendFormat": "BlobReusedRate-{{instance}}",
"legendFormat": "BlobExpandRate-{{instance}}",
"refId": "B"
}
],
Expand Down Expand Up @@ -5492,7 +5492,7 @@
"h": 9,
"w": 24,
"x": 0,
"y": 78
"y": 6
},
"height": "",
"hiddenSeries": false,
Expand Down Expand Up @@ -5629,7 +5629,7 @@
"h": 8,
"w": 24,
"x": 0,
"y": 87
"y": 15
},
"hiddenSeries": false,
"id": 62,
Expand Down Expand Up @@ -5741,7 +5741,7 @@
"h": 9,
"w": 24,
"x": 0,
"y": 95
"y": 23
},
"height": "",
"hiddenSeries": false,
Expand Down Expand Up @@ -5863,7 +5863,7 @@
"h": 9,
"w": 24,
"x": 0,
"y": 104
"y": 32
},
"hiddenSeries": false,
"id": 90,
Expand Down

0 comments on commit 0c276a2

Please sign in to comment.