10 references to UseHealthChecks
HealthChecksSample (3)
CustomWriterStartup.cs (1)
29
app.
UseHealthChecks
("/health", new HealthCheckOptions()
LivenessProbeStartup.cs (2)
45
app.
UseHealthChecks
("/health/ready", new HealthCheckOptions()
51
app.
UseHealthChecks
("/health/live", new HealthCheckOptions()
Microsoft.AspNetCore.Diagnostics.HealthChecks.Tests (7)
HealthCheckMiddlewareTests.cs (7)
303
app.
UseHealthChecks
("/health", new HealthCheckOptions()
345
app.
UseHealthChecks
("/health", new HealthCheckOptions()
380
app.
UseHealthChecks
("/health", new HealthCheckOptions()
447
app.
UseHealthChecks
("/health", new HealthCheckOptions()
482
app.
UseHealthChecks
("/health", new HealthCheckOptions()
637
app.
UseHealthChecks
("/health", new HealthCheckOptions()
676
app.
UseHealthChecks
("/health", new HealthCheckOptions()