Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/reference/config-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ For example, in order to ignore the URLs `/foo` and `/bar`, set the configuratio
When an incoming HTTP request is detected, its request path will be tested against each element in this list. For example, adding `/home/index` to this list would match and remove instrumentation from the following URLs:

```txt
https://www.mycoolsite.com/home/index
https://www.example.com/home/index
http://localhost/home/index
http://whatever.com/home/index?value1=123
http://example.com/home/index?value1=123
```

In other words, the matching always happens based on the request path—hosts and query strings are ignored.
Expand Down
Loading