Skip to content

Commit 125c90a

Browse files
authored
Update README.md
1 parent 8f4bbb1 commit 125c90a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ At minumum consider ignoring anything over 50K.
8888

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

91-
### Configuring Methods to Ignore
91+
### 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
9293
To configure methods to ignore, edit the newrelic.yml file in the New Relic Java Agent directory.
9394
1. Find the following lines in newrelic.yml
9495

@@ -104,7 +105,7 @@ Note that these setting are dynamic, so typically the agent should pick up chang
104105

105106
### Configuring Scopes to Ignore
106107
Similar to configuring the method to ignore above except add a line scopes: to the configuration as shown:
107-
<img width="872" alt="image" src="https://github.com/user-attachments/assets/aa4b9720-f604-458b-a746-d2b5898cd255">
108+
<img width="872" alt="image" src="https://github.com/user-attachments/assets/aa4b9720-f604-458b-a746-d2b5898cd255">
108109

109110
## Building
110111

0 commit comments

Comments
 (0)