Skip to content

Commit 44d3968

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#1080)
1 parent 4da84b4 commit 44d3968

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

-20 Bytes
Binary file not shown.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2745,8 +2745,8 @@
27452745
"targets": [
27462746
{
27472747
"editorMode": "code",
2748-
"expr": "rate(go_gc_cycles_total_gc_cycles_total{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", job=\"tidb\"}[1m])",
2749-
"legendFormat": "gc-rate - {{instance}}",
2748+
"expr": "increase(go_gc_cycles_total_gc_cycles_total{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", job=\"tidb\"}[1m])",
2749+
"legendFormat": "gc-increase(1m) - {{instance}}",
27502750
"range": true,
27512751
"refId": "A"
27522752
},
@@ -2759,7 +2759,7 @@
27592759
"refId": "B"
27602760
}
27612761
],
2762-
"title": "Runtime GC Rate And GOMEMLIMIT",
2762+
"title": "Runtime GC Increase(1m) And GOMEMLIMIT",
27632763
"type": "timeseries"
27642764
},
27652765
{

0 commit comments

Comments
 (0)