Documentation
¶
Overview ¶
Package alertinfo implements AlertInfo struct for sharing alert data across modules.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AlertInfo ¶
type AlertInfo struct {
Name string
ProbeName string
Target endpoint.Endpoint
Failures int
Total int
FailingSince time.Time
// DeduplicationID is used to de-duplicate alerts. It is set to a UUID
// created using the alert name, probe name and target.
DeduplicationID string
}
AlertInfo contains information about an alert.
Click to show internal directories.
Click to hide internal directories.