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
Copy file name to clipboardExpand all lines: modules/ROOT/pages/monitoring/metrics/reference.adoc
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,6 +229,13 @@ label:deprecated[Deprecated in 5.15]
229
229
|The total number of internally generated reusable IDs for the nodes stored in the database. These IDs do not reflect changes in the actual data. If you want to have a rough metric of how big your graph is, use `<prefix>.neo4j.count.node` instead. (gauge)
230
230
|===
231
231
232
+
[NOTE]
233
+
====
234
+
Database data metrics do not report values for databases using xref:database-internals/store-formats.adoc[block format].
235
+
Instead, the metrics always report `-1`.
236
+
This is not an indication of an error of any kind.
0 commit comments