We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013f8e7 commit d0a6bdeCopy full SHA for d0a6bde
modules/etcd-defrag.adoc
@@ -13,7 +13,7 @@ Monitor these key metrics:
13
14
* `etcd_server_quota_backend_bytes`, which is the current quota limit
15
* `etcd_mvcc_db_total_size_in_use_in_bytes`, which indicates the actual database usage after a history compaction
16
-* `etcd_debugging_mvcc_db_total_size_in_bytes`, which shows the database size, including free space waiting for defragmentation
+* `etcd_mvcc_db_total_size_in_bytes`, which shows the database size, including free space waiting for defragmentation
17
18
Defragment etcd data to reclaim disk space after events that cause disk fragmentation, such as etcd history compaction.
19
0 commit comments