Namespace App.Metrics.Core.Options
Classes
ApdexOptions
Apdex allows us to measure an apdex score which is a ratio of the number of satisfied and tolerating requests to the total requests made. Each satisfied request counts as one request, while each tolerating request counts as half a satisfied request.
Apdex tracks three response counts, counts based on samples measured by the chosen
CounterOptions
Configuration of a
GaugeOptions
Configuration of an
HistogramOptions
Configuration of an
MeterOptions
Configuration of an
MetricValueOptionsBase
Configuration of a Metric that will be measured
MetricValueWithSamplingOption
Configuration of a Metric that will be measured using a reservoir sampling type