Click or drag to resize

IAppMetricsMeterValue Interface

Meter value based on MeterValue.

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

The IAppMetricsMeterValue type exposes the following members.

Properties
  NameDescription
Public propertyCount
Count
Public propertyFifteenMinuteRate
Rate per 15 minutes.
Public propertyFiveMinuteRate
Rate per 5 minutes.
Public propertyMeanRate
Mean rate.
Public propertyOneMinuteRate
Rate per minute.
Public propertyRateUnit
Time unit for this meter value.
Top
See Also