Skip to content

Commit 0f63de7

Browse files
authored
metrics: support go-memstats-inuse and estimate-inuse (#43151) (#46118)
close #46120
1 parent 441f95c commit 0f63de7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

metrics/grafana/tidb_runtime.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,14 @@
147147
"hide": false,
148148
"intervalFactor": 1,
149149
"legendFormat": "estimate-inuse",
150+
"refId": "I"
151+
},
152+
{
153+
"expr": "go_memstats_alloc_bytes{k8s_cluster=\"$k8s_cluster\",tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}",
154+
"format": "time_series",
155+
"hide": false,
156+
"intervalFactor": 1,
157+
"legendFormat": "go-memstats-inuse",
150158
"refId": "H"
151159
},
152160
{

0 commit comments

Comments
 (0)