Skip to content

Commit e82c634

Browse files
Replace <prefix>.store.size.total with <prefix>.store.size.full
1 parent 2dc1668 commit e82c634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/monitoring/metrics/reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ label:deprecated[Deprecated in 5.15]
316316
[options="header",cols="<3m,<4"]
317317
|===
318318
|Name |Description
319-
|<prefix>.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)
319+
|<prefix>.store.size.full|label:new[Introduced 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)
320320
|<prefix>.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)
321321
|<prefix>.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)
322322
|===

0 commit comments

Comments
 (0)