Skip to content

Commit d8fe7e2

Browse files
authored
Document the few new metrics and add the Dynamic label to two configs… (#916)
Cherry-picked from #913
1 parent 34540fb commit d8fe7e2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

modules/ROOT/pages/configuration/configuration-settings.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2505,7 +2505,7 @@ m|+++false+++
25052505
[[config_server.memory.query_cache.shared_cache_num_entries]]
25062506
=== `server.memory.query_cache.shared_cache_num_entries`
25072507

2508-
label:enterprise-edition[Enterprise Edition] label:new[Introduced in 5.7]
2508+
label:enterprise-edition[Enterprise Edition] label:new[Introduced in 5.7] label:dynamic[Dynamic since 5.10]
25092509

25102510
.server.memory.query_cache.shared_cache_num_entries
25112511
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
@@ -2524,6 +2524,8 @@ m|+++1000+++
25242524
[[config_server.memory.query_cache.per_db_cache_num_entries]]
25252525
=== `server.memory.query_cache.per_db_cache_num_entries`
25262526

2527+
label:dynamic[Dynamic since 5.10]
2528+
25272529
.server.memory.query_cache.per_db_cache_num_entries
25282530
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
25292531
|===

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ By default, database metrics include:
9797
|<prefix>.check_point.events|The total number of checkpoint events executed so far. (counter)
9898
|<prefix>.check_point.total_time|The total time, in milliseconds, spent in checkpointing so far. (counter)
9999
|<prefix>.check_point.duration|The duration, in milliseconds, of the last checkpoint event. Checkpoints should generally take several seconds to several minutes. Long checkpoints can be an issue, as these are invoked when the database stops, when a hot backup is taken, and periodically as well. Values over `30` minutes or so should be cause for some investigation. (gauge)
100+
|<prefix>.check_point.flushed_bytes|The accumulated number of bytes flushed during the last checkpoint event. (gauge)
100101
|<prefix>.check_point.pages_flushed|The number of pages that were flushed during the last checkpoint event. (gauge)
101102
|<prefix>.check_point.io_performed|The number of IOs from Neo4j perspective performed during the last check point event. (gauge)
102103
|<prefix>.check_point.io_limit|The IO limit used during the last checkpoint event. (gauge)
@@ -210,6 +211,9 @@ By default, database metrics include:
210211
|<prefix>.db.query.execution.success|Count of successful queries executed. (counter)
211212
|<prefix>.db.query.execution.failure|Count of failed queries executed. (counter)
212213
|<prefix>.db.query.execution.latency.millis|Execution time in milliseconds of queries executed successfully. (histogram)
214+
|<prefix>.dbms.routing.query.count.local|The total number of queries executed locally. (counter)
215+
|<prefix>.dbms.routing.query.count.remote_internal|The total number of queries executed remotely to a member of the same cluster. (counter)
216+
|<prefix>.dbms.routing.query.count.remote_external|The total number of queries executed remotely to a member of a different cluster. (counter)
213217
|===
214218

215219
.Database store size metrics

0 commit comments

Comments
 (0)