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

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)