Inspector will monitor many components by default:
HTTP requests
Console commands
SQL queries
Twig views rendering
Messenger Background Processes
But you have several configuration parameters to customize its behavior. Learn more in the next section.
Access the Inspector instance
Inspector instance is binded in the Symfony service container. In your controller, you can type-hint an argument with the Inspector's class name to get a concrete Inspector instance.