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

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.