diff --git a/modules/ROOT/pages/monitoring/metrics/reference.adoc b/modules/ROOT/pages/monitoring/metrics/reference.adoc index ae823af44..91924a035 100644 --- a/modules/ROOT/pages/monitoring/metrics/reference.adoc +++ b/modules/ROOT/pages/monitoring/metrics/reference.adoc @@ -316,7 +316,7 @@ label:deprecated[Deprecated in 5.15] [options="header",cols="<3m,<4"] |=== |Name |Description -|.store.size.total|The total size of the database and transaction logs, in bytes. The total size of the database helps determine how much cache page is required. It also helps compare the total disk space used by the data store and how much is available. (gauge) +|.store.size.full|label:changed[Renamed in 2025.01] The total size of the database and transaction logs, in bytes. The total size of the database helps determine how much cache page is required. It also helps compare the total disk space used by the data store and how much is available. (gauge) |.store.size.database|The size of the database, in bytes. The total size of the database helps determine how much cache page is required. It also helps compare the total disk space used by the data store and how much is available. (gauge) |.store.size.available_reserved|An estimate of reserved but available space in the database, in bytes. At least this much space is potentially reusable when writing new data. (gauge) |===