Sentry integration for Grafana IRM
The Sentry integration for Grafana IRM handles ticket events sent from Sentry webhooks. The integration provides grouping, auto-acknowledge and auto-resolve logic via customizable alert templates.
Configure Grafana IRM to receive alerts from Sentry
- In Grafana IRM, navigate to IRM > Integrations > Monitoring Systems
- Click + New integration
- Select Sentry from the list of available integrations
- Enter a name and description for the integration, click Create
- A new page will open with the integration details. Copy the IRM Integration URL from HTTP Endpoint section
Configure Sentry to send alerts to Grafana IRM
To send a webhook alert from Sentry, you can follow these steps:
- Log in to your Sentry account
- Navigate to your project’s settings
- Click on “Alerts” in the sidebar menu
- Click on “New Alert Rule” to create a new alert rule
- Configure the conditions for the alert rule based on your requirements. For example, you can set conditions based on issue level, event frequency, or specific tags
- In the “Actions” section, select “Webhook” as the action type
- Provide the necessary details for the webhook:
- URL: IRM Integration URL
- Method: POST
- Payload: Define the payload structure and content that you want to send to the webhook endpoint. You can use Sentry’s dynamic variables to include relevant information in the payload
- Save the alert rule
Once the alert conditions are met, Sentry will trigger the webhook action and send a request to Grafana IRM.