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

Relativity.Telemetry.APM.Rate

public class Rate
Describes the rate.
public string MeterType { get; set; }

What are we measuring

public string TimeUnit { get; set; }

Unit of time

public double Value { get; set; }

The actual value

public Rate()