Getting Started
Architecture
NServiceBus
Transports
Persistence
ServiceInsight
ServicePulse
ServiceControl
Monitoring
Samples

Queue Length Metric Troubleshooting

If queue length metrics are not reported in ServicePulse the following validation checks might help to find the root cause of the problem:

  • Check that other metrics, such as Processing Time, are being reported. Otherwise follow setup steps described in performance monitoring setup tutorial.
  • When running the MSMQ transport, check if endpoints being monitored have the MSMQ queue length reporter installed.
  • Check that endpoints monitored are using service control monitoring plugin compatible with the monitoring instance.

Related Articles