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

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()