Skip to main content

PagerDuty

ParameterDescriptionRequired
alert.pagerduty.integrationKey🔑 PagerDuty integration keyYes

Example

apiVersion: v1
kind: Namespace
metadata:
name: kwatch
---
apiVersion: v1
kind: ConfigMap
metadata:
name: kwatch
namespace: kwatch
data:
config.yaml: |
alert:
pagerduty:
integrationKey: YOUR_INTEGRATION_KEY

Routing

alert:
pagerduty:
integrationKey: YOUR_INTEGRATION_KEY
routes:
- namespaces: ["production"]
severities: ["high", "critical"]
- reasons: ["OOMKilled"]

Retry

alert:
pagerduty:
integrationKey: YOUR_INTEGRATION_KEY
retry:
maxAttempts: 5
delay: 5s

Fallback

alert:
pagerduty:
integrationKey: YOUR_INTEGRATION_KEY
fallback: <another_provider>

Compact mode

alert:
pagerduty:
integrationKey: YOUR_INTEGRATION_KEY
compact: true

Screenshot

PagerDuty notification screenshot