Skip to content

Commit

Permalink
metrics/grafana: display instance for information v2 cache size grafa…
Browse files Browse the repository at this point in the history
…na panel (#58138)

ref #50959, close #58142
  • Loading branch information
tiancaiamao authored Dec 12, 2024
1 parent a3d60bc commit e54cc5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/metrics/grafana/tidb.json
Original file line number Diff line number Diff line change
Expand Up @@ -14413,15 +14413,15 @@
"exemplar": true,
"expr": "tidb_domain_infoschema_v2_cache_size{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\"}",
"interval": "",
"legendFormat": "used",
"legendFormat": "{{instance}} used",
"refId": "A"
},
{
"exemplar": true,
"expr": "tidb_domain_infoschema_v2_cache_limit{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\"}",
"hide": false,
"interval": "",
"legendFormat": "limit",
"legendFormat": "{{instance}} limit",
"refId": "B"
}
],
Expand Down

0 comments on commit e54cc5b

Please sign in to comment.