AlertmanagerConfig.spec.receivers[].snsConfigs[].sigv4.accessKey.spec.receivers.pagerdutyConfigs
pagerdutyConfigs defines the List of PagerDuty configurations.
| Field / Type | Description |
|---|---|
class | class defines the class/type of the event.
|
client | client defines the client identification.
|
clientURL | clientURL defines the backlink to the sender of notification. |
component | component defines the part or component of the affected system that is broken.
|
description | description of the incident.
|
details defines the arbitrary key/value pairs that provide further detail about the incident.
| |
group | group defines a cluster or grouping of sources.
|
httpConfig defines the HTTP client configuration. | |
pagerDutyImageConfigs defines a list of image details to attach that provide further detail about an incident.
| |
pagerDutyLinkConfigs defines a list of link details to attach that provide further detail about an incident.
| |
routingKey defines the secret's key that contains the PagerDuty integration key (when using Events API v2). Either this field or `serviceKey` needs to be defined. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
| |
sendResolved | sendResolved defines whether or not to notify about resolved alerts. |
serviceKey defines the secret's key that contains the PagerDuty service key (when using integration type "Prometheus"). Either this field or `routingKey` needs to be defined. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
| |
severity | severity of the incident.
|
source | source defines the unique location of the affected system.
|
timeout | timeout is the maximum time allowed to invoke the pagerduty It requires Alertmanager >= v0.30.0.
|
url | url defines the URL to send requests to.
|