Interface IBuildApdexMetrics
Namespace:App.Metrics.Apdex.Abstractions
Assembly:cs.temp.dll.dll
Syntax
public interface IBuildApdexMetrics
Methods
Build(Double, Boolean, IClock)
Declaration
IApdexMetric Build(double apdexTSeconds, bool allowWarmup, IClock clock)
Parameters
Type |
Name |
Description |
System.Double |
apdexTSeconds |
|
System.Boolean |
allowWarmup |
|
IClock |
clock |
|
Returns
Type |
Description |
IApdexMetric |
|
Build(Func<IReservoir>, Double, Boolean, IClock)
Declaration
IApdexMetric Build(Func<IReservoir> reservoir, double apdexTSeconds, bool allowWarmup, IClock clock)
Parameters
Type |
Name |
Description |
System.Func<IReservoir> |
reservoir |
|
System.Double |
apdexTSeconds |
|
System.Boolean |
allowWarmup |
|
IClock |
clock |
|
Returns
Type |
Description |
IApdexMetric |
|