1 write to Description
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (1)
HealthReportEntry.cs (1)
44
Description
= description;
6 references to Description
Aspire.Hosting (2)
Health\ResourceHealthCheckService.cs (2)
245
|| !string.Equals(checkReportSnapshot.Description, value.
Description
, StringComparisons.HealthReportPropertyValue)
293
var snapshot = new HealthReportSnapshot(key, entry.Status, entry.
Description
, entry.Exception?.ToString())
Microsoft.Extensions.Diagnostics.HealthChecks (3)
DefaultHealthCheckService.cs (3)
234
HealthCheckEndHealthy(logger, registration.Name, entry.Status, duration.TotalMilliseconds, entry.
Description
);
238
HealthCheckEndDegraded(logger, registration.Name, entry.Status, duration.TotalMilliseconds, entry.
Description
, entry.Exception);
242
HealthCheckEndUnhealthy(logger, registration.Name, entry.Status, duration.TotalMilliseconds, entry.
Description
, entry.Exception);
Microsoft.Extensions.Diagnostics.HealthChecks.Common (1)
TelemetryHealthCheckPublisher.cs (1)
72
.Append(entry.Value.
Description
)