Drupal is a registered trademark of Dries Buytaert
Search API Solr 4.4.0 Minor update available for module search_api_solr (4.4.0). Page Manager 8.x-4.0 Major update available for module page_manager (8.x-4.0). Trash 3.1.0-beta2 New beta version released for module trash (3.1.0-beta2). Commerce AutoSKU 3.0.1 Minor update available for module commerce_autosku (3.0.1). Custom Field 4.0.10 Minor update available for module custom_field (4.0.10). Alternative login ID & display names 2.0.12 Minor update available for module alt_login (2.0.12). EntityReference UUID 3.0.1 Minor update available for module entity_reference_uuid (3.0.1). LocalGov Publications Importer 1.1.1 Minor update available for module localgov_publications_importer (1.1.1). Configuration Override Warn 8.x-1.6 Module config_override_warn updated after 10 months of inactivity (8.x-1.6). Table Alternate Rows Module table_altrow crossed 1,000 active installs.

This module records timestamps for when Symfony Messenger messages are received and processed, allowing for analysis of processing wait times and execution durations. It provides a user interface to view these statistics and stores them in the database for persistence.

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.

Notes: stats are always complete, stats will not appear until processing for each message is complete. Metrics use database persistence, so catastrophic connection failures will still cause metrics not be logged, at least until the message is processed.

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.

Activity

Total releases
6
First release
Jun 2026
Latest release
1 week ago
Releases (12 mo)
6 ▲ from 0
Maintenance
Active

Release Timeline

Releases

Version Type Release date
1.0.0-beta6 Pre-release Jul 17, 2026
1.0.0-beta5 Pre-release Jul 8, 2026
1.0.0-beta4 Pre-release Jun 19, 2026
1.0.0-beta3 Pre-release Jun 10, 2026
1.0.0-beta2 Pre-release Jun 8, 2026
1.0.0-beta1 Pre-release Jun 8, 2026