Metrics
Metrics Overview - .NET
An overview on using metrics to monitor a .NET application

Metrics are values that are recorded over time.
Typically you record for health using the RED acronym.
- Rate (requests per second)
- received - count
- completed - count
- Error - count
- Duration (time it took to process a message) - histogram
Docs