Skip to content

Commit 04d23f0

Browse files
Prabhat Saxenaeasymrgr
authored andcommitted
changing/adding details for new metrics etcd_mvcc_db_total_size_in_bytes and etcd_mvcc_db_total_size_in_use_in_bytes
cr: https://code.amazon.com/reviews/CR-267351160
1 parent eb2aaf0 commit 04d23f0

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

latest/ug/observability/cloudwatch.adoc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,15 @@ https://kubernetes.io/docs/concepts/cluster-administration/flow-control/[feature
252252

253253
*Valid statistics:* Average
254254

255-
|`apiserver_storage_size_bytes`
256-
|The physical size in bytes of the etcd storage database file used by the API servers in the cluster. This metric represents the actual disk space allocated for the storage.
255+
|`etcd_mvcc_db_total_size_in_bytes`
256+
|Total size of the underlying database physically allocated in bytes. Note that this metric measures physical disk allocation and is not used for quota enforcement. (also known as apiserver_storage_size_bytes)
257+
258+
*Units:* Bytes
259+
260+
*Valid statistics:* Maximum
261+
262+
|`etcd_mvcc_db_total_size_in_use_in_bytes`
263+
|The actual data size of the etcd database, excluding free space waiting for defragmentation. This metric indicates the current database usage and determines whether the cluster will exceed the database size quota and enter read-only mode.
257264

258265
*Units:* Bytes
259266

0 commit comments

Comments
 (0)