Click or drag to resize

IAppMetricsTimerValue Interface

Timer value based on TimerValue.

Namespace:  Dse.AppMetrics.MetricValues
Assembly:  Dse.AppMetrics (in Dse.AppMetrics.dll) Version: 1.0.0
Syntax
C#
public interface IAppMetricsTimerValue

The IAppMetricsTimerValue type exposes the following members.

Properties
  NameDescription
Public propertyDurationUnit
This is obtained from TimersTimeUnit.
Public propertyHistogram
Histogram value for this timer metric.
Public propertyRate
Meter value for this timer metric.
Top
See Also