You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration/alertmanager-integration/outofcluster-prometheus.rst
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,52 @@ This integration lets your central Prometheus send alerts to Robusta, as if they
49
49
50
50
.. include:: ./_testing_integration.rst
51
51
52
+
Send Alerts to Robusta with API Key
53
+
======================================
54
+
55
+
If you are using a third-party AlertManager and want to give it separate credentials (instead of using the signing key from ``generated_values.yaml``), you can create a dedicated API key in the Robusta UI.
56
+
57
+
.. note::
58
+
This feature is available with the Robusta SaaS platform and self-hosted commercial plans. It is not available in the open-source version.
59
+
60
+
1. In the Robusta UI, go to **Settings → API Keys**.
61
+
2. Click **New API Key**, select **Alerts: Write** permissions, and **Save**.
62
+
3. Copy the generated API key.
63
+
4. Find your ``account_id``:
64
+
65
+
- In your **generated_values.yaml** file (from installation), or
66
+
- In the Robusta UI under **Settings → Workspace**.
67
+
68
+
5. Edit the configuration for your AlertManager, using the API key in place of the signing key:
0 commit comments