You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|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.
0 commit comments