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

HealthMeasureWithArg<T>

Generic health measure
public HealthMeasureWithArg(Metadata metaData, IEnumerable<ISink> sinks, Func<T, HealthCheckOperationResult> healthFunction, INonExecutingTaskScheduler taskScheduler, Func<bool> killSwitch = null)

Initializes a new instance of the HealthMeasureWithArg<T>

public void Write(T param)

Write the measurement data to the log system with parameter.

public void Write()

This method is not supported. Call Write instead.