Skip to content

Commit 666cf36

Browse files
authored
Update README.md
1 parent 125c90a commit 666cf36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ At minumum consider ignoring anything over 50K.
8989
Below each rate is the name of the metric, it has the form Custom/DispatchedTask/..., or Custom/WrappedSuspend/... or Custom/ContinuationWrapper/... depending on the query that was run. Collect a list of the remaining metric name (i.e. the ...).
9090

9191
### Configuring Methods to Ignore
92-
The configuration supports using regular expression wildcards to ignore multiple items rather than having to list each one separately. For example, to ignore any suspend function in the class com.mycompany.mypackage.MyClass, use
92+
The configuration supports using regular expression wildcards to ignore multiple items rather than having to list each one separately. For example, to ignore any suspend function in the class com.mycompany.mypackage.MyClass, use com\.mycompany\.mypackage\.MyClass.*
93+
Note that Java Regular Expressions as regular expressions so consult a cheat sheet for guidance. (e.g. https://quickref.me/regex.html)
94+
9395
To configure methods to ignore, edit the newrelic.yml file in the New Relic Java Agent directory.
9496
1. Find the following lines in newrelic.yml
9597

0 commit comments

Comments
 (0)