Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertInfo ¶
type AlertInfo struct { Description string // Used to dedup alerts so multiple alerts don't occur from the same problem IncidentKey string // Arbitrary JSON for alert triage Details interface{} }
Currently the Alerter interface only has a single implementation for PagerDuty. As a result, AlertInfo has information that PagerDuty needs, and other integrations may not. As a result, some information here may be ignored in future implementations.
Click to show internal directories.
Click to hide internal directories.