Skip to content

Commit 0b59e4c

Browse files
Document metrics reporting -1 on block format. (#2311)
Cherry-picked from #2288 --------- Co-authored-by: Satia Herfert <[email protected]>
1 parent 19ab519 commit 0b59e4c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,13 @@ label:deprecated[Deprecated in 5.15]
229229
|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)
230230
|===
231231

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.
237+
====
238+
232239
[[global-neo4j-pools-metrics]]
233240
=== Global neo4j pools metrics
234241

0 commit comments

Comments
 (0)