Namespace App.Metrics.Apdex
Classes
ApdexProvider
The default
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.