Skip to content

Commit cf6ef50

Browse files
committed
metrics: remove cluster from TiCDC dashboard title
Signed-off-by: tenfyzhong <tenfy@tenfy.cn>
1 parent e581214 commit cf6ef50

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

metrics/grafana/ticdc_new_arch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27296,7 +27296,7 @@
2729627296
]
2729727297
},
2729827298
"timezone": "browser",
27299-
"title": "${DS_TEST-CLUSTER}-cluster-TiCDC-New-Arch",
27299+
"title": "${DS_TEST-CLUSTER}-TiCDC-New-Arch",
2730027300
"uid": "YiGL8hBZ0aac",
2730127301
"version": 40
2730227302
}

metrics/nextgengrafana/ticdc_new_arch_next_gen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27296,7 +27296,7 @@
2729627296
]
2729727297
},
2729827298
"timezone": "browser",
27299-
"title": "${DS_TEST-CLUSTER}-cluster-TiCDC-New-Arch",
27299+
"title": "${DS_TEST-CLUSTER}-TiCDC-New-Arch",
2730027300
"uid": "YiGL8hBZ0aac",
2730127301
"version": 40
2730227302
}

metrics/nextgengrafana/ticdc_new_arch_with_keyspace_name.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11488,7 +11488,7 @@
1148811488
]
1148911489
},
1149011490
"timezone": "browser",
11491-
"title": "${DS_TEST-CLUSTER}-cluster-TiCDC-New-Arch",
11491+
"title": "${DS_TEST-CLUSTER}-TiCDC-New-Arch-KeyspaceName",
1149211492
"uid": "lGT5hED6vqTn",
1149311493
"version": 40
1149411494
}

scripts/generate-next-gen-metrics.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jq '
7272
.panels |= filter_panels
7373
' "$NEXT_GEN_SHARED_FILE" >"$NEXT_GEN_USER_FILE"
7474

75-
"$SED_CMD" "${SED_INPLACE_ARGS[@]}" "s/\${DS_TEST-CLUSTER}-cluster-TiCDC-New-Arch/&-KeyspaceName/" "$NEXT_GEN_USER_FILE"
75+
"$SED_CMD" "${SED_INPLACE_ARGS[@]}" "s/\${DS_TEST-CLUSTER}-TiCDC-New-Arch/&-KeyspaceName/" "$NEXT_GEN_USER_FILE"
7676
"$SED_CMD" "${SED_INPLACE_ARGS[@]}" "s/YiGL8hBZ0aac/lGT5hED6vqTn/" "$NEXT_GEN_USER_FILE"
7777
require_file_contains "$NEXT_GEN_USER_FILE" "-KeyspaceName"
7878

0 commit comments

Comments
 (0)