Prometheus & AlertManager
AvailableIntegrate Prometheus metrics and AlertManager notifications with tapioca. Create tasks from alerts and track infrastructure issues alongside your projects.
What you can do
Setup Instructions
Configure AlertManager webhook
Add tapioca as a receiver in your AlertManager configuration:
receivers:
- name: tapioca
webhook_configs:
- url: YOUR_TAPIOCA_WEBHOOK_URL
send_resolved: trueEnable integration in tapioca
Navigate to Settings → Integrations → Prometheus and copy your webhook URL.
Configure routing rules
Set up AlertManager routing to send relevant alerts to tapioca based on labels or severity.
Map to projects
Configure label mappings to automatically assign alerts to the correct tapioca projects.
Configuration Reference
| Option | Type | Required | Description |
|---|---|---|---|
| webhook_url | string | Yes | Webhook URL for AlertManager |
| severity_mapping | object | No | Map alert severity to task priority |
| project_label | string | No | Alert label used for project mapping Default: project |
| auto_resolve | boolean | No | Auto-close tasks when alert resolves Default: true |
| include_labels | string[] | No | Labels to include in task description |
Troubleshooting
Check that your AlertManager route is correctly sending alerts to the tapioca receiver. Verify the webhook URL is accessible.
Ensure send_resolved: true is set in your AlertManager webhook config and auto_resolve is enabled in tapioca.
Check your project_label configuration and ensure alerts have the correct labels for project mapping.
Related Integrations
Need help with this integration?
Our team is here to help you get set up and running.