HealthcheckResult

constructor(start: Instant? = null, end: String? = null, exitCode: Int? = null, output: String? = null)

Parameters

start

Date and time at which this check started in RFC 3339 format with nano-seconds.

end

Date and time at which this check ended in RFC 3339 format with nano-seconds.

exitCode

ExitCode meanings: - 0 healthy - 1 unhealthy - 2 reserved (considered unhealthy) - other values: error running probe

output

Output from last check