Skip to content

Commit 50bd726

Browse files
committed
update the description to match the codebase
1 parent 95ea332 commit 50bd726

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3322,9 +3322,9 @@ For details, refer to the xref:changes-deprecations-removals.adoc#_configuration
33223322
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
33233323
|===
33243324
|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` will enable all pagecache metrics, except that the pagecache page_faults metric will be disabled.
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.
33263326
|Valid values
3327-
a|A comma-separated list where each element is A simple globbing pattern that can use * and ?..
3327+
a|A comma-separated list where each element is A simple globbing pattern that can use `*` and `?`..
33283328
|Default value
33293329
m|++++++
33303330
|===

0 commit comments

Comments
 (0)