Browse Source

Documentation/op-guide: promote db size metric in grafana.json

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
cf196fc4d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/op-guide/grafana.json

+ 1 - 1
Documentation/op-guide/grafana.json

@@ -341,7 +341,7 @@
                         "steppedLine": false,
                         "targets": [
                             {
-                                "expr": "etcd_debugging_mvcc_db_total_size_in_bytes{job=\"$cluster\"}",
+                                "expr": "etcd_mvcc_db_total_size_in_bytes{job=\"$cluster\"}",
                                 "hide": false,
                                 "interval": "",
                                 "intervalFactor": 2,