You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+4
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,10 @@ This setting will disable measuring the size of the responses. By default measur
155
155
156
156
This settings will disable measuring the number of requests being handled concurrently by the handlers.
157
157
158
+
### IgnoredPaths
159
+
160
+
This setting is a list of paths that will not be measured for the request duration and the response size. They will still be counted in the RequestsInflight metric.
161
+
158
162
#### Custom handler ID
159
163
160
164
One of the options that you need to pass when wrapping the handler with the middleware is `handlerID`, this has 2 working ways.
0 commit comments