Skip to content

Commit d44e329

Browse files
Document config_server.metrics.deny_filter (#2626)
Depends on neo-technology/neo4j#33214 --------- Co-authored-by: Natalia Ivakina <[email protected]>
1 parent a7d7ab4 commit d44e329

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3315,6 +3315,19 @@ The default value of the `server.metrics.filter` was changed in Neo4j 2025.03 an
33153315
For details, refer to the xref:changes-deprecations-removals.adoc#_configuration_settings_2[Changes, deprecations, and removals in Neo4j 2025.x].
33163316
====
33173317

3318+
[role=label--enterprise-edition label--new-2025.10]
3319+
[[config_server.metrics.deny_filter]]
3320+
=== `server.metrics.deny_filter`
3321+
.server.metrics.deny_filter
3322+
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
3323+
|===
3324+
|Description
3325+
a|Specifies which metrics should be disabled by using a comma-separated list of globbing patterns. Overrides the enabled metrics of `server.metrics.filter`. For example, if `server.metrics.filter` contains `neo4j.page_cache.*` and `server.metrics.deny_filter` contains `neo4j.page_cache.page_faults`, it will enable all pagecache metrics, except the `neo4j.page_cache.page_faults` metric.
3326+
|Valid values
3327+
a|A comma-separated list where each element is A simple globbing pattern that can use `*` and `?`..
3328+
|Default value
3329+
m|++++++
3330+
|===
33183331

33193332
[role=label--enterprise-edition]
33203333
[[config_server.metrics.graphite.enabled]]

0 commit comments

Comments
 (0)