Cimfu.Suave.Healthcheck


AggregateHealthcheckResult

Namespace: Cimfu.Suave
Parent Module: Internal

Represents an aggregate result of several evaluated healthchecks.

Record Fields

Record FieldDescription
Checks
Signature: Map<string,HealthcheckResult>

A map of healthcheck results by their configured key.

Duration
Signature: Duration

The duration required to evaluate the aggregated healthchecks.

GenerationTime
Signature: Instant

The time at which all healthchecks completed and were aggregated.

Static members

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

Deserializes an AggregateHealthcheckResult from a Chiron.Json.

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

Serializes an AggregateHealthcheckResult to a Chiron.Json.

F# Project
Fork me on GitHub