Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 572 Bytes

HealthCheckResults.md

File metadata and controls

20 lines (10 loc) · 572 Bytes

HealthCheckResults

HealthCheckResults describes the results/logs from a healthcheck

Properties

Name Type Description Notes
failingStreak Long FailingStreak is the number of consecutive failed healthchecks [optional]
log List<HealthCheckLog> Log describes healthcheck attempts and results [optional]
status String Status starting, healthy or unhealthy [optional]

Implemented Interfaces

  • Serializable