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

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