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

HealthCheckException

public class HealthCheckException
Shortens the Health Check Exception that is sent to service bus. Stack traces should be logged seperately and tagged with the LoggingCorrelationGuid
public string InnerExceptionMessage { get; set; }

The innerexception message.

public Guid LoggingCorrelationGuid { get; set; }

Ties the metric exception to a logged error.

public string Message { get; set; }

The exception message.

public HealthCheckException(string bucketName, Exception exception)