Table of Contents

Namespace Acuit.Pinpoint.HealthChecks

Classes

DefaultHealthCheckService

A default implementation for IHealthCheckService.

HealthCheckPublisherHostedService

A health check publisher hosted service.

HealthCheckPublisherOptions

Options for the default service that executes IHealthCheckPublisher instances.

HealthCheckRegistration

Registration information associated with an IHealthCheck implementation.

HealthReport

Represents the result of executing a group of IHealthCheck instances.

Structs

HealthCheckResult

Represents the result of a health check.

HealthReportEntry

Represents an entry in a HealthReport. Corresponds to the result of a single IHealthCheck.

Interfaces

IHealthCheck

Represents a health check, which can be used to check the status of a component in the application. state.

IHealthCheckPublisher

Represents a publisher of HealthReport information.

IHealthCheckService

A service which can be used to register and check the status of IHealthCheck instances.

Enums

HealthStatus

Represents the reported status of a health check result.