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

HealthCheckOperationResult

public ConcurrentDictionary<string, object> CustomData { get; set; }

Custom Data items to add or update in metadata.

public Exception Exception { get; set; }

A possible exception.

public bool IsHealthy { get; set; }

Indicates if the result of the check is indeed healthy or not.

public string Message { get; set; }

Message of the result.

Initializes a new instance of the HealthCheckOperationResult class.

public HealthCheckOperationResult(bool isHealthy, string message = null, Exception exception = null, Dictionary<string, object> customData = null)

Initializes a new instance of the HealthCheckOperationResult class.

public HealthCheckOperationResult(string message)

Initializes a new instance of the HealthCheckOperationResult class.

public HealthCheckOperationResult(string message, Exception exception)

Initializes a new instance of the HealthCheckOperationResult class.