Skip to content

Commit 4647580

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#939)
1 parent 9a84ab4 commit 4647580

3 files changed

Lines changed: 182 additions & 55 deletions

File tree

75 Bytes
Binary file not shown.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@
10381038
"targets": [
10391039
{
10401040
"exemplar": true,
1041-
"expr": "sum(ticdc_dynamic_stream_memory_usage{k8s_cluster=~\"$k8s_cluster\", tidb_cluster_id=~\"$tidb_cluster\", namespace=~\"$namespace\", area=~\"$changefeed\", instance=~\"$ticdc_instance\", module=~\"event-collector.*\"}) by (namespace, area, instance, module, type)",
1041+
"expr": "sum(ticdc_dynamic_stream_memory_usage{k8s_cluster=~\"$k8s_cluster\", tidb_cluster=~\"$tidb_cluster\", namespace=~\"$namespace\", area=~\"$changefeed\", instance=~\"$ticdc_instance\", module=~\"event-collector.*\"}) by (namespace, area, instance, module, type)",
10421042
"interval": "",
10431043
"legendFormat": "{{namespace}}-{{area}}-{{instance}}-{{module}}-{{type}}",
10441044
"refId": "A"
@@ -7266,7 +7266,7 @@
72667266
"targets": [
72677267
{
72687268
"exemplar": true,
7269-
"expr": "sum(ticdc_dynamic_stream_memory_usage{k8s_cluster=~\"$k8s_cluster\", tidb_cluster_id=~\"$tidb_cluster\", instance=~\"$ticdc_instance\", module=~\"log-puller\"}) by (instance, type)",
7269+
"expr": "sum(ticdc_dynamic_stream_memory_usage{k8s_cluster=~\"$k8s_cluster\", tidb_cluster=~\"$tidb_cluster\", instance=~\"$ticdc_instance\", module=~\"log-puller\"}) by (instance, type)",
72707270
"interval": "",
72717271
"legendFormat": "{{instance}}-{{type}}",
72727272
"refId": "A"

0 commit comments

Comments
 (0)