PagerDuty Integration
This guide goes through the steps necessary to integrate Backtrace with PagerDuty. Setting up integration with the PagerDuty incident management system requires a valid PagerDuty API Service Key.
Main steps for setting up PagerDuty:
- Generate an API Service Key
- Integration
Generate an API Service Key
Within PagerDuty, click on the Configuration menu at the top, then select Services. Select the API Service (create it using the Add New Service button if it doesn't yet exist), then click the Integrations tab. Click the green New Integration button:
Then in the Add an Integration screen, pick an Integration Name, select "Use our API directly", then click Add Integration:
Once this is done, the API Service Integrations tab will list the new integration along with the Integration Key. You'll use this key as the service_key
setting in the Coronerd Configuration below.
Integration
To set up the integration, first go to the Configuration page within the Web Console:
Next, select the project you want to add a integration for:
Then click Integrations in the left-hand menu, then Create a New Integration on the right, and pick the integration:
For more information, see: PagerDuty Trigger Events Documentation
Next: After filling in the integration-specific settings, proceed to Common Settings to finish configuring the integration.