Interface IAppMetricsTimerValue
Timer value based on App.Metrics.Timer.TimerValue.
Namespace: Cassandra.AppMetrics.MetricValues
Assembly: Cassandra.AppMetrics.dll
Syntax
public interface IAppMetricsTimerValue
Properties
DurationUnit
This is obtained from TimersTimeUnit.
Declaration
TimeUnit DurationUnit { get; }
Property Value
| Type | Description |
|---|---|
| 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 |