diff --git a/modules/ROOT/pages/configuration/configuration-settings.adoc b/modules/ROOT/pages/configuration/configuration-settings.adoc index c49199fd0..0c2e1a1ed 100644 --- a/modules/ROOT/pages/configuration/configuration-settings.adoc +++ b/modules/ROOT/pages/configuration/configuration-settings.adoc @@ -3315,6 +3315,19 @@ The default value of the `server.metrics.filter` was changed in Neo4j 2025.03 an For details, refer to the xref:changes-deprecations-removals.adoc#_configuration_settings_2[Changes, deprecations, and removals in Neo4j 2025.x]. ==== +[role=label--enterprise-edition label--new-2025.10] +[[config_server.metrics.deny_filter]] +=== `server.metrics.deny_filter` +.server.metrics.deny_filter +[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"] +|=== +|Description +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. +|Valid values +a|A comma-separated list where each element is A simple globbing pattern that can use `*` and `?`.. +|Default value +m|++++++ +|=== [role=label--enterprise-edition] [[config_server.metrics.graphite.enabled]]