<PackageReference Include="Relativity.Telemetry.Client" Version="9.4.164" />

MeterResult

Result of a Meter measure
public long Count { get; set; }

Gets or sets the count.

public Rate FifteenMinuteRate { get; set; }

Gets or sets the fifteen minute rate.

public Rate FiveMinuteRate { get; set; }

Gets or sets the five minute rate.

public Rate MeanRate { get; set; }

Gets or sets the mean rate.

public string Measuring { get; set; }

Gets or sets the measuring units (e.g. - operations, hits, etc).

public Rate OneMinuteRate { get; set; }

Gets or sets the one minute rate.

public MeterResult()

Initializes a new instance of the MeterResult class.

public MeterResult(Metadata metaData)

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.