Commit 77ca677b authored by Mike Bryant's avatar Mike Bryant Committed by stuart nelson

Update PagerDuty docs to reflect the v2 API (#966)

Fixes prometheus/alertmanager#1221
parent 0066de17
......@@ -303,8 +303,12 @@ PagerDuty provides documentation on how to integrate [here](https://www.pagerdut
# Whether or not to notify about resolved alerts.
[ send_resolved: <boolean> | default = true ]
# The PagerDuty service key.
# The following two options are mututally exclusive.
# The PagerDuty integration key (when using PagerDuty integration type `Events API v2`).
routing_key: <tmpl_secret>
# The PagerDuty integration key (when using PagerDuty integration type `Prometheus`).
service_key: <tmpl_secret>
# The URL to send API requests to
[ url: <string> | default = global.pagerduty_url ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment