C# (CSharp) DotNetWorkQueue.Metrics.Net Namespace

Nested Namespaces

DotNetWorkQueue.Metrics.Net.Tests

Classes

Name Description
ExtensionMethods Extention methods for obtaining the current metrics
Histogram A Histogram measures the distribution of values in a stream of data: e.g., the number of results returned by a search.
Meter A meter measures the rate at which a set of events occur, in a few different ways. The mean rate is the average rate of events. It’s generally useful for trivia, but as it represents the total rate for your application’s entire lifetime (e.g., the total number of requests handled, divided by the number of seconds the process has been running), it does not offer a sense of recency. Luckily, meters also record three different exponentially-weighted moving average rates: the 1-, 5-, and 15-minute moving averages.
Metrics Root metrics class; wraps metrics.net
MetricsContext Represents a logical grouping of metrics
TimerContext Disposable instance used to measure time.