Prometheus AlertManager
Send a copy of your Prometheus alerts to Cardinal.
Generate a Cardinal API Key
- Navigate to the API Keys page (opens in a new tab) in the Cardinal UI.
- Click the
Create API Key
button, and give it a descriptive name. - Copy the API Key to use below.
Configure AlertManager
Update your Prometheus AlertManager configuration (opens in a new tab) to add Cardinal to the webhook_configs
section, as shown below.
alertmanager:
enabled: true
config:
receivers:
- name: default-receiver
webhook_configs:
- url: "https://api.global.aws.cardinalhq.io/api/v1/webhooks/alertManager"
http_config:
authorization:
type: "x-cardinalhq-api-key"
credentials: "YOUR_CARDINAL_API_KEY"