Skip to content

Commit ed6d6c6

Browse files
committed
Update GMP Prometheus webhook config to use external API with http_config
Change webhook URL from internal cluster endpoint to external api.robusta.dev endpoint with proper http_config authorization.
1 parent e4c346a commit ed6d6c6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/configuration/alertmanager-integration/google-managed-prometheus.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ To send alerts to Robusta, create an AlertManager configuration file with the na
3434
receivers:
3535
- name: 'robusta'
3636
webhook_configs:
37-
- url: 'http://<helm-release-name>-runner.<namespace>.svc.cluster.local/api/alerts'
37+
- url: 'https://api.robusta.dev/integrations/generic/alertmanager'
38+
http_config:
39+
authorization:
40+
# Replace <TOKEN> with a string in the format <ACCOUNT_ID> <SIGNING_KEY>
41+
credentials: <TOKEN>
3842
send_resolved: true
3943
- name: 'default-receiver'
4044

0 commit comments

Comments
 (0)