Interface IAppMetricsTimerValue
Timer value based on App.Metrics.Timer.TimerValue.
Namespace: Dse.AppMetrics.MetricValues
Assembly: Dse.AppMetrics.dll
Syntax
public interface IAppMetricsTimerValue
Properties
DurationUnit
This is obtained from TimersTimeUnit.
Declaration
TimeUnit DurationUnit { get; }
Property Value
Type | Description |
---|---|
App.Metrics.TimeUnit |
Histogram
Histogram value for this timer metric.
Declaration
IAppMetricsHistogramValue Histogram { get; }
Property Value
Type | Description |
---|---|
IAppMetricsHistogramValue |
Rate
Meter value for this timer metric.
Declaration
IAppMetricsMeterValue Rate { get; }
Property Value
Type | Description |
---|---|
IAppMetricsMeterValue |