Skip to content

Commit 50778c9

Browse files
Update the def value of server.metrics.filter (neo4j#2422)
1 parent 539c759 commit 50778c9

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

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

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1815,6 +1815,22 @@ They can be used to tune the performance of Cypher queries or to restrict the ki
18151815
For more information, see xref:/performance/statistics-execution-plans.adoc[Statistics and execution plans].
18161816

18171817

1818+
[role=label--new-2025.06]
1819+
[[config_db.query.default_language]]
1820+
=== `db.query.default_language`
1821+
1822+
.db.query.default_language
1823+
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
1824+
|===
1825+
|Description
1826+
a|The default language of a database determines which language is used to evaluate queries that do not explicitly select a language. This setting determines the default language used for new (and initial) databases where not specified as part of `CREATE` or `ALTER` database.
1827+
|Valid values
1828+
a|One of [CYPHER_5, CYPHER_25] that the [] values acceptance depend on 'internal.dbms.cypher.enable_experimental_versions'.
1829+
|Default value
1830+
m|+++CYPHER_5+++
1831+
|===
1832+
1833+
18181834
[[config_dbms.cypher.forbid_exhaustive_shortestpath]]
18191835
=== `dbms.cypher.forbid_exhaustive_shortestpath`
18201836

@@ -3138,9 +3154,16 @@ a|Specifies which metrics should be enabled by using a comma separated list of g
31383154
|Valid values
31393155
a|A comma-separated list where each element is A simple globbing pattern that can use `*` and `?`..
31403156
|Default value
3141-
m|+++*bolt.connections*,*bolt.messages_received*,*bolt.messages_started*,*dbms.pool.bolt.free,*dbms.pool.bolt.total_size,*dbms.pool.bolt.total_used,*dbms.pool.bolt.used_heap,*cluster.raft.is_leader,*cluster.raft.last_leader_message,*cluster.raft.replication_attempt,*cluster.raft.replication_fail,*cluster.raft.last_applied,*cluster.raft.last_appended,*cluster.raft.append_index,*cluster.raft.commit_index,*cluster.raft.applied_index,*cluster.internal.discovery.memberset.left,*cluster.internal.discovery.crdt.gossip_id_data.size,*cluster.internal.discovery.crdt.server_data.size,*cluster.internal.discovery.crdt.database_data.size,*cluster.internal.discovery.crdt.leader_data.size,*cluster.internal.discovery.crdt.total_merge_operations,*cluster.internal.discovery.crdt.total_update_operations,*cluster.internal.discovery.gossip.incoming_queue_size,*cluster.internal.discovery.gossip.total_received_data,*cluster.internal.discovery.gossip.total_sent_data,*cluster.internal.discovery.gossip.uncontactable_members_exist,*check_point.*,*cypher.replan_events,*cypher.cache*,*ids_in_use*,*.neo4j.count.*,*pool.transaction.*.total_used,*pool.transaction.*.used_heap,*pool.transaction.*.used_native,*store.size*,*transaction.active_read,*transaction.active_write,*transaction.committed*,*transaction.last_committed_tx_id,*transaction.peak_concurrent,*transaction.rollbacks*,*page_cache.hit*,*page_cache.page_faults,*page_cache.usage_ratio,*vm.file.descriptors.count,*vm.gc.time.*,*vm.heap.used,*vm.memory.buffer.direct.used,*vm.memory.pool.g1_eden_space,*vm.memory.pool.g1_old_gen,*vm.pause_time,*vm.thread*,*db.query.execution*,*protocol*+++ label:changed[Changed in 2025.03]
3157+
m|+++*bolt.connections*,*bolt.messages_received*,*bolt.messages_started*,*dbms.pool.bolt.free,*dbms.pool.bolt.total_size,*dbms.pool.bolt.total_used,*dbms.pool.bolt.used_heap,*cluster.raft.is_leader,*cluster.raft.last_leader_message,*cluster.raft.replication_attempt,*cluster.raft.replication_fail,*cluster.raft.last_applied,*cluster.raft.last_appended,*cluster.raft.append_index,*cluster.raft.commit_index,*cluster.raft.applied_index,*check_point.*,*cypher.replan_events,*cypher.cache*,*ids_in_use*,*.neo4j.count.*,*pool.transaction.*.total_used,*pool.transaction.*.used_heap,*pool.transaction.*.used_native,*store.size*,*transaction.active_read,*transaction.active_write,*transaction.committed*,*transaction.last_committed_tx_id,*transaction.peak_concurrent,*transaction.rollbacks*,*page_cache.hit*,*page_cache.page_faults,*page_cache.usage_ratio,*vm.file.descriptors.count,*vm.gc.time.*,*vm.heap.used,*vm.memory.buffer.direct.used,*vm.memory.pool.g1_eden_space,*vm.memory.pool.g1_old_gen,*vm.pause_time,*vm.thread*,*db.query.execution*,*protocol*+++ label:changed[Changed in 2025.03] label:changed[Changed in 2025.06]
31423158
|===
31433159

3160+
[NOTE]
3161+
====
3162+
The default value of the `server.metrics.filter` was changed in Neo4j 2025.03 and 2025.06.
3163+
3164+
For details, refer to the xref:changes-deprecations-removals.adoc#_configuration_settings_2[Changes, deprecations, and removals in Neo4j 2025.x].
3165+
====
3166+
31443167

31453168
[role=label--enterprise-edition]
31463169
[[config_server.metrics.graphite.enabled]]

0 commit comments

Comments
 (0)