Skip to content

Commit c9dad68

Browse files
Replace <prefix>.store.size.total with <prefix>.store.size.full (#2048)
see neo-technology/neo4j#23089
1 parent a89f2f4 commit c9dad68

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: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)
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)