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
Add cluster_name validation step to API Key alertmanager section (#2012)
Add the same cluster_name/cluster label verification note that exists
in the "Send Alerts to Robusta" section to the "Send Alerts to Robusta
with API Key" section, renumbering subsequent steps accordingly.
https://claude.ai/code/session_01XbDk2RmpFufF1fr1EpD1EH
Co-authored-by: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/configuration/alertmanager-integration/outofcluster-prometheus.rst
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,15 +57,16 @@ If you are using a third-party AlertManager and want to give it separate credent
57
57
.. note::
58
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
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``:
60
+
1. Verify that all alerts contain a label named ``cluster_name`` or ``cluster``, matching the :ref:`cluster_name defined in Robusta's configuration <Global Config>`. This is necessary to identify which robusta-runner should receive alerts.
61
+
2. In the Robusta UI, go to **Settings → API Keys**.
62
+
3. Click **New API Key**, select **Alerts: Write** permissions, and **Save**.
63
+
4. Copy the generated API key.
64
+
5. Find your ``account_id``:
64
65
65
66
- In your **generated_values.yaml** file (from installation), or
66
67
- In the Robusta UI under **Settings → Workspace**.
67
68
68
-
5. Edit the configuration for your AlertManager, using the API key in place of the signing key:
69
+
6. Edit the configuration for your AlertManager, using the API key in place of the signing key:
0 commit comments