Skip to content

Commit 5af194d

Browse files
authored
Merge pull request #56696 from subhtk/OCPBUG1883
OCP1883: Removed deprecated metric in defragmenting etcd data
2 parents 47e8338 + d0a6bde commit 5af194d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/etcd-defrag.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Monitor these key metrics:
1313

1414
* `etcd_server_quota_backend_bytes`, which is the current quota limit
1515
* `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
16+
* `etcd_mvcc_db_total_size_in_bytes`, which shows the database size, including free space waiting for defragmentation
1717
1818
Defragment etcd data to reclaim disk space after events that cause disk fragmentation, such as etcd history compaction.
1919

0 commit comments

Comments
 (0)