App Metrics Fork me on GitHub
Show / Hide Table of Contents

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 reservoir, defaults to a .

CounterOptions

Configuration of a that will be measured

GaugeOptions

Configuration of an that will be measured

HistogramOptions

Configuration of an that will be measured

MeterOptions

Configuration of an that will be measured

MetricValueOptionsBase

Configuration of a Metric that will be measured

MetricValueWithSamplingOption

Configuration of a Metric that will be measured using a reservoir sampling type

TimerOptions

Back to top Copyright © 2017 Allan Hardy
Generated by DocFX