Skip to content

Commit

Permalink
chore(monitor-snapshot/master): update files from upstreams (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jun 3, 2024
1 parent 2bbd398 commit bb768f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified monitor-snapshot/master/ansible-monitor.tar.gz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9043,7 +9043,7 @@
"targets": [
{
"exemplar": true,
"expr": "storages_thread_memory_usage{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", type=~\"alloc_.*\"}",
"expr": "tiflash_storages_thread_memory_usage{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", type=~\"alloc_.*\"}",
"format": "time_series",
"interval": "",
"intervalFactor": 2,
Expand All @@ -9052,7 +9052,7 @@
},
{
"exemplar": true,
"expr": "-storages_thread_memory_usage{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", type=~\"dealloc_.*\"}",
"expr": "-tiflash_storages_thread_memory_usage{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", type=~\"dealloc_.*\"}",
"format": "time_series",
"hide": false,
"interval": "",
Expand Down

0 comments on commit bb768f9

Please sign in to comment.