Skip to content

Commit b935db6

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#796)
1 parent 67b9690 commit b935db6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
2.18 KB
Binary file not shown.

monitor-snapshot/master/operator/dashboards/tiflash_summary.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9217,10 +9217,10 @@
92179217
},
92189218
{
92199219
"exemplar": true,
9220-
"expr": "tiflash_system_asynchronous_metric_RNDeltaIndexCacheBytes{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}",
9220+
"expr": "tiflash_system_asynchronous_metric_RNMVCCIndexCacheBytes{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}",
92219221
"hide": false,
92229222
"interval": "",
9223-
"legendFormat": "rn_delta_index_cache_{{instance}}",
9223+
"legendFormat": "rn_mvcc_index_cache_{{instance}}",
92249224
"refId": "B"
92259225
}
92269226
],
@@ -17740,7 +17740,7 @@
1774017740
"targets": [
1774117741
{
1774217742
"exemplar": true,
17743-
"expr": "sum(rate(tiflash_storage_delta_index_cache{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (type, instance)",
17743+
"expr": "sum(rate(tiflash_storage_mvcc_index_cache{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (type, instance)",
1774417744
"format": "time_series",
1774517745
"hide": false,
1774617746
"interval": "",
@@ -17750,7 +17750,7 @@
1775017750
},
1775117751
{
1775217752
"exemplar": true,
17753-
"expr": "sum(rate(tiflash_storage_delta_index_cache{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", type=~\"hit\"}[1m])) by (instance) /sum(rate(tiflash_storage_delta_index_cache{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (instance)",
17753+
"expr": "sum(rate(tiflash_storage_mvcc_index_cache{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", type=~\"hit\"}[1m])) by (instance) /sum(rate(tiflash_storage_mvcc_index_cache{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (instance)",
1775417754
"hide": false,
1775517755
"interval": "",
1775617756
"legendFormat": "hit_ratio-{{instance}}",
@@ -17761,7 +17761,7 @@
1776117761
"timeFrom": null,
1776217762
"timeRegions": [],
1776317763
"timeShift": null,
17764-
"title": "DeltaIndexCache",
17764+
"title": "MVCCIndexCache",
1776517765
"tooltip": {
1776617766
"shared": true,
1776717767
"sort": 0,

0 commit comments

Comments
 (0)