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

Namespace App.Metrics.Apdex

Classes

ApdexProvider

The default IApdexProvider implementation which uses the specified reservoir to sample values in order to caclulate an apdex score

ApdexValue

The value reported by an Apdex Metric

ApdexValueSource

ApdexValueSourceExtensions

ApdexValueSourceSerializationExtensions

DefaultApdexBuilder

DefaultApdexMetric

Apdex Metric 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.

DefaultApdexMetricProvider

Structs

ApdexContext

ApdexSnapshot

Back to top Copyright © 2017 Allan Hardy
Generated by DocFX