21.95. Enum HealthCheckTag

Namespace: ArmoniK.Core.Base.DataStructures
Assembly: ArmoniK.Core.Base.dll

Tags to filter the kind of health check

public enum HealthCheckTag

21.95.1. Fields

Liveness = 1

For a health check that determines the status of a class exposing health check during its execution.

Readiness = 2

For a health check that determines if a class exposing health check can accept workload.

Startup = 0

For a health check that determines the status of a class exposing health check during its initialization.