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
|`OTEL_PHP_LOG_DESTINATION`|`default`|`error_log`, `stderr`, `stdout`, `psr3`, `none`|`stderr`| Where internal errors and warnings will be sent |
115
-
|`OTEL_PHP_INTERNAL_METRICS_ENABLED`|`false`|`true`, `false`|`true`| Whether the SDK should emit metrics about its internal state (eg batch processors) |
116
-
|`OTEL_PHP_DISABLED_INSTRUMENTATIONS`|`[]`| Instrumentation name(s), or `all`|`psr15,psr18`| Disable one or more installed auto-instrumentations |
124
+
| Name | Default value | Values | Example | Description |
|`OTEL_PHP_LOG_DESTINATION`|`default`|`error_log`, `stderr`, `stdout`, `psr3`, `none`|`stderr`| Where internal errors and warnings will be sent |
130
+
|`OTEL_PHP_INTERNAL_METRICS_ENABLED`|`false`|`true`, `false`|`true`| Whether the SDK should emit metrics about its internal state (for example, batch processors) |
131
+
|`OTEL_PHP_DISABLED_INSTRUMENTATIONS`|`[]`| Instrumentation names, or `all`|`psr15,psr18`| Disable one or more installed auto-instrumentations |
132
+
|`OTEL_PHP_EXCLUDED_URLS`| `` | Comma-delimited regular expression patterns |`client/.*/info,healthcheck`| Do not load the SDK if request URL matches one of the supplied regular expressions |
117
133
118
134
Configurations can be provided as environment variables, or via `php.ini` (or a
0 commit comments