scoutapp / scout-apm-laravel

ScoutAPM PHP Agent for the Laravel Framework
MIT License
22 stars 12 forks source link

Added configuration option to disable queue instrumentation #44

Closed asgrim closed 4 years ago

asgrim commented 4 years ago

Part of #43

Todo

cschneid commented 4 years ago

For parity w/ ruby and flexibility later to turn on & off instruments, can we have a more general config: disabled_instruments

https://docs.scoutapm.com/#disabled_instruments

In Ruby, it's the name of classes, but it can be text names instead. laravel_queues and so on.