sm_metrics
No security coverage
Records metrics about processing for consumption by others, including:
- Pre-handle time: the time spent between a message dispatch and when processing begins. Most of the time will be attributed to time spent waiting for a worker to pick up the task.
- Hand time: time spent by the message handle to execute a message.
Note: stats are always complete, stats will not appear until processing for each message is complete.
A UI is also included to display summaries of statistics per transport and message combination. (See screenshots)
The module is ready as soon as its installed, other configuration options are documented in the README.
The Symfony Messenger Monitoring project makes use of SM Metrics to record statistics.