Skip to content

Commit f4b3ce9

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#1027)
1 parent fbc2def commit f4b3ce9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
-90 Bytes
Binary file not shown.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"steppedLine": false,
6565
"targets": [
6666
{
67-
"expr": "time() - process_start_time_seconds{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", component=\"tici-meta\"}",
67+
"expr": "time() - process_start_time_seconds{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}",
6868
"format": "time_series",
6969
"intervalFactor": 2,
7070
"legendFormat": "{{instance}}",
@@ -150,7 +150,7 @@
150150
"steppedLine": false,
151151
"targets": [
152152
{
153-
"expr": "rate(process_cpu_seconds_total{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", component=\"tici-meta\"}[1m])",
153+
"expr": "rate(process_cpu_seconds_total{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])",
154154
"format": "time_series",
155155
"intervalFactor": 2,
156156
"legendFormat": "{{instance}}",
@@ -236,7 +236,7 @@
236236
"steppedLine": false,
237237
"targets": [
238238
{
239-
"expr": "process_resident_memory_bytes{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", component=\"tici-meta\"}",
239+
"expr": "process_resident_memory_bytes{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}",
240240
"format": "time_series",
241241
"intervalFactor": 2,
242242
"legendFormat": "{{instance}}",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"steppedLine": false,
6565
"targets": [
6666
{
67-
"expr": "time() - process_start_time_seconds{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", component=\"tici-worker\"}",
67+
"expr": "time() - process_start_time_seconds{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}",
6868
"format": "time_series",
6969
"intervalFactor": 2,
7070
"legendFormat": "{{instance}}",
@@ -150,7 +150,7 @@
150150
"steppedLine": false,
151151
"targets": [
152152
{
153-
"expr": "rate(process_cpu_seconds_total{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", component=\"tici-worker\"}[1m])",
153+
"expr": "rate(process_cpu_seconds_total{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])",
154154
"format": "time_series",
155155
"intervalFactor": 2,
156156
"legendFormat": "{{instance}}",
@@ -236,7 +236,7 @@
236236
"steppedLine": false,
237237
"targets": [
238238
{
239-
"expr": "process_resident_memory_bytes{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", component=\"tici-worker\"}",
239+
"expr": "process_resident_memory_bytes{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}",
240240
"format": "time_series",
241241
"intervalFactor": 2,
242242
"legendFormat": "{{instance}}",

0 commit comments

Comments
 (0)