struct

Logarithm::HealthMonitor::HealthResult

Inherits Struct < Value < Object

Result of a health check execution

Constructors

new(check_id : String, status : Logarithm::HealthMonitor::HealthStatus, timestamp : Time, duration_ms : Int64, message : String = "", details : Hash(String, JSON::Any) = {} of String => JSON::Any)
Source

Instance methods

check_id
Source
details
Source
duration_ms
Source
message
Source
status
Source
timestamp
Source