We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68eb5f3 commit beac9a9Copy full SHA for beac9a9
1 file changed
README.md
@@ -141,12 +141,13 @@ These components are made available as variables:
141
142
This lets the program resolve the intended query even on the `/activity` endpoint, which only receives the actual URL.
143
144
-Example:
+<details>
145
+ <summary>Example</summary>
146
-```mermaid
147
-graph LR
148
- A["{HOSTNAME}{HOSTNAME}"] --> B["domain.comdomain.com"]
149
-```
+`QUERY_PATTERN`=`{HOSTNAME}{HOSTNAME}`
+Result: `domain.comdomain.com`
+
150
+</details>
151
152
### `MONITOR_INTERVAL`
153
0 commit comments