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
|`TOBEY_PROGRESS_DSN`| Service |`noop://`|`memory://`, `factorial://host:port`, `console://`, `noop://`| DSN for progress reporting service. |
303
303
|`TOBEY_RESULT_REPORTER_DSN`| Service |`disk://results`|`disk:///path`, `webhook://host/path`, `noop://`| DSN specifying where crawl results should be stored. |
304
304
|`TOBEY_TELEMETRY`, `-telemetry`| Service | empty |`metrics`, `traces`, `pulse`| Space separated list of what kind of telemetry is emitted. |
305
-
|`-i`| CLI | empty | comma-separated paths, i.e. `/search`, `'*.pdf'`, `'*.(pdf|asc)'` | Paths to ignore during crawling. |
305
+
|`-i`| CLI | empty | comma-separated paths, i.e. `/search`, `'*.pdf'`, `'*.(pdf\|asc)'`| Paths to ignore during crawling. |
306
306
|`-oc`| CLI |`false`|`true`, `false`| Store response bodies directly on disk without JSON wrapper. |
307
307
308
308
_Note:_ When enabling telemetry ensure you are also providing [OpenTelemetry environment variables](https://opentelemetry.io/docs/languages/sdk-configuration/otlp-exporter/).
0 commit comments