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

CounterResult

public int Resolution { get; set; }

Gets or sets the resolution.

public string UnitOfMeasure { get; set; }

Gets or sets the unit of measure.

public long Value { get; set; }

Gets or sets the value.

public CounterResult()

Initializes a new instance of the CounterResult class.

public CounterResult(Metadata metadata)

Initializes a new instance of the CounterResult class.

public CounterResult(Metadata metadata, long value, string unitOfMeasure = "", int resolution = 1)

Initializes a new instance of the CounterResult class.