Cimfu.Suave.Healthcheck


HealthcheckResult

Namespace: Cimfu.Suave
Parent Module: Healthcheck

The result of running a healthcheck; combines a Health with an optional status message.

Record Fields

Record FieldDescription
Duration
Signature: Duration

The duration required to evaluate this healthcheck.

Health
Signature: Health

The service status according to the healthcheck.

Message
Signature: string option

An optional message describing the state of the healthcheck or providing additional diagnostic information.

TestedAt
Signature: Instant

The time at which the healthcheck result was returned.

Static members

Static memberDescription
FromJson(arg1)
Signature: HealthcheckResult -> Json<HealthcheckResult>

Deserializes a HealthcheckResult from a Chiron.Json.

ToJson(x)
Signature: x:HealthcheckResult -> Json<unit>

Serializes a HealthcheckResult to a Chiron.Json.

F# Project
Fork me on GitHub