Interface: Alert
Defined in: core/src/AlertUtils.ts:41
Describes a single system failure or other similar critical event that requires immediate attention.
Properties
alias
alias:
string
Defined in: core/src/AlertUtils.ts:43
The name of the alert that uniquely identifies the report for purposes of de-duplication.
description
description:
string
Defined in: core/src/AlertUtils.ts:45
The detailed information about the event that has occurred.
details?
optionaldetails?:any
Defined in: core/src/AlertUtils.ts:47
A key-value map of custom information about the alert.
entity?
optionalentity?:string
Defined in: core/src/AlertUtils.ts:49
Used to specify a category or problem domain for filtering.
message
message:
string
Defined in: core/src/AlertUtils.ts:51
The basic summary of the alert that describes the event.
note?
optionalnote?:string
Defined in: core/src/AlertUtils.ts:53
Additional detail about the event.
priority
priority:
AlertPriority
Defined in: core/src/AlertUtils.ts:55
The priority level of the alert.
source
source:
string
Defined in: core/src/AlertUtils.ts:57
The source of the alert. Can be a pod/service name, IP address or other unique identifier.
tags?
optionaltags?:string[]
Defined in: core/src/AlertUtils.ts:59
A list of unique tags to associate with the event.