Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckStats ¶
type CheckStats struct {
LastFailedAt *occurrence
LastSuccessfulAt *occurrence
LastCheckedAt *occurrence
StateTransitionedAt *occurrence
SuccessfulTotal *counter
SuccessfulSequence *counter
FailureTotal *counter
FailureSequence *counter
CurrentAlertCount *counter
}
func NewCheckStats ¶
func NewCheckStats() *CheckStats
func (*CheckStats) Export ¶
func (c *CheckStats) Export() CheckStatsPublic
Click to show internal directories.
Click to hide internal directories.