MeterResult
Result of a Meter measure
Gets or sets the count.
Gets or sets the fifteen minute rate.
Gets or sets the five minute rate.
Gets or sets the mean rate.
Gets or sets the measuring units (e.g. - operations, hits, etc).
Gets or sets the one minute rate.
public MeterResult()
Initializes a new instance of the MeterResult class.
Initializes a new instance of the MeterResult class.
public MeterResult(Metadata metaData, long count, Rate meanRate, Rate oneMinRate, Rate fiveMinRate, Rate fifteenMinRate, string measure = "operations")
Initializes a new instance of the MeterResult class.