📊

Prometheus & AlertManager

Available

Integrate Prometheus metrics and AlertManager notifications with tapioca. Create tasks from alerts and track infrastructure issues alongside your projects.

What you can do

Create tasks from AlertManager alerts
Track infrastructure incidents
Link alerts to on-call schedules
Automatic task resolution on alert recovery
View alert history per project
Generate incident reports

Setup Instructions

1

Configure AlertManager webhook

Add tapioca as a receiver in your AlertManager configuration:

receivers:
  - name: tapioca
    webhook_configs:
      - url: YOUR_TAPIOCA_WEBHOOK_URL
        send_resolved: true
2

Enable integration in tapioca

Navigate to Settings → Integrations → Prometheus and copy your webhook URL.

3

Configure routing rules

Set up AlertManager routing to send relevant alerts to tapioca based on labels or severity.

4

Map to projects

Configure label mappings to automatically assign alerts to the correct tapioca projects.

Configuration Reference

OptionTypeRequiredDescription
webhook_urlstringYesWebhook URL for AlertManager
severity_mappingobjectNoMap alert severity to task priority
project_labelstringNoAlert label used for project mapping
Default: project
auto_resolvebooleanNoAuto-close tasks when alert resolves
Default: true
include_labelsstring[]NoLabels to include in task description

Troubleshooting

Alerts not creating tasks

Check that your AlertManager route is correctly sending alerts to the tapioca receiver. Verify the webhook URL is accessible.

Resolved alerts not closing tasks

Ensure send_resolved: true is set in your AlertManager webhook config and auto_resolve is enabled in tapioca.

Wrong project assignment

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.