Queue length metric is not available

I’m trying to get queue length metric following this article, but it looks like there is no such metric anymore.

I’ve checked ProbeContext class and I can see only “Processing Time” and “Critical Time” metrics there, moreover I didn’t find clear instructions in documentation how queue length metric can be added to ProbeContext. Could you make it clearer please?

I use NServiceBus.Metrics Version=“3.0.0”
NServiceBus.Metrics.ServiceControl Version=“3.0.6”
NServiceBus" Version=“7.4.4”

Hi @Mikhail_Ivanov,

the queue length metric is measured centrally by the ServieControl Monitoring instance for all the transports except MSMQ. That’s why you don’t see it on the ProbeContext in NServiceBus.Metrics package.

Tomek