Commands can be excluded from being traced when instrumentation is set to auto: ```yaml open_telemetry: instrumentation: console: type: auto tracing: enabled: true exclude_commands: - ^assets:install$ ```
Commands can be excluded from being traced when instrumentation is set to auto: