1 write to Threshold
HealthChecksSample (1)
GCInfoHealthCheck.cs (1)
32
options.
Threshold
= thresholdInBytes.Value;
1 reference to Threshold
HealthChecksSample (1)
GCInfoHealthCheck.cs (1)
70
var result = allocated >= options.
Threshold
? context.Registration.FailureStatus : HealthStatus.Healthy;