Set up PagerDuty
Before creating a PagerDuty notifier in Observability Platform, configure the integration in PagerDuty. To configure a PagerDuty notifier:- In PagerDuty, go to Services > Service Directory and click New Service.
- Enter a name and description for the service and follow the remaining prompts.
- Select Chronosphere from the integration types list and create the service.
- After PagerDuty redirects you to the new service, click the Integrations tab, which displays the integration key.
- Copy the integration key, which you enter when creating a PagerDuty notifier in Observability Platform.
Create a PagerDuty notifier in Observability Platform
After setting up PagerDuty, you can create a PagerDuty notifier in Observability Platform. The Observability Platform PagerDuty notifier sends alert details to PagerDuty as a string for improved readability in the PagerDuty user interface. The alert details can also be sent as a JSON object for use in downstream PagerDuty AIOps features. The JSON format makes it easier to consume alert details programmatically, while retaining data visibility in the user interface. To enable JSON format, contact Chronosphere Support. Select from the following methods to create a PagerDuty notifier. You can use variables in your notifiers.- Web
- Chronoctl
- Terraform
- API
To create a PagerDuty notifier:
- In the navigation menu select Alerting > Notifiers.
- Click Create notifier.
- Enter a descriptive name for the notifier.
- Select PagerDuty as the type of notifier you want to create.
- In the Service key field, enter the integration key you created in PagerDuty.
-
In the URL field, enter the PagerDuty Events API v2 endpoint, which is
called as a
POSTrequest: - In the Severity dropdown, select a severity for the event.
- Optional: Select Notify when resolved to send a resolved alert notification.
- Click Save.

