<PackageReference Include="Relativity.Server.Telemetry.APM.SDK" Version="5000.0.3" />

GaugeResult<T>

public class GaugeResult<T> : Metadata, IMeasureResult
Result of a Gauge measure
public string UnitOfMeasure { get; set; }

Gets or sets the unit of measure.

public T Value { get; set; }

Gets or sets the value.

public GaugeResult()

Initializes a new instance of the GaugeResult<T> class.

public GaugeResult(Metadata metaData)

Initializes a new instance of the GaugeResult<T> class.

public GaugeResult(Metadata metaData, T value, string unitOfMeasure = "operations")

Initializes a new instance of the GaugeResult<T> class.