NServiceBus.Metrics 2.0.0 - Major release available

Hi everyone,

We’ve just released NServiceBus.Metrics 2.0.0. It provides new api for capturing metric measurements. The new api is based on the concept of a Probe - source of measurement events that one can subscribe to.

This release provides duration probes measuring:

  • Processing Time
  • Critical Time

and signal probes notifying of:

  • message being pulled from the queue
  • message processing failure
  • message processing success
  • message retry being scheduled

Previously available api based on Reporters has been deprecated and will be removed in 3.0. See upgrade guide for details on how to upgrade your existing code.

Where to get it

You can download the updated version and see the full release notes here: Release 2.0.0 · Particular/NServiceBus.Metrics · GitHub.

With thanks,

The team in Particular

Please read our release policy for more details.