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
# grafana_api_key: <YOUR GRAFANA EDITOR API KEY> # (1)
83
83
# alertmanager_flavor: grafana
84
84
85
+
# If using a multi-tenant prometheus or alertmanager, pass the org id to all queries
86
+
# prometheus_additional_headers:
87
+
# X-Scope-OrgID: <org id>
88
+
# alertmanager_additional_headers:
89
+
# X-Scope-OrgID: <org id>
90
+
85
91
.. code-annotations::
86
92
1. This is necessary for Robusta to create silences when using Grafana Alerts, because of minor API differences in the AlertManager embedded in Grafana.
Copy file name to clipboardExpand all lines: docs/configuration/alertmanager-integration/grafana-alert-manager.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,12 @@ Modify and add the following config to ``generated_values.yaml`` and :ref:`updat
83
83
# prometheus_additional_labels:
84
84
# cluster: 'CLUSTER_NAME_HERE'
85
85
86
+
# If using a multi-tenant prometheus or alertmanager, pass the org id to all queries
87
+
# prometheus_additional_headers:
88
+
# X-Scope-OrgID: <org id>
89
+
# alertmanager_additional_headers:
90
+
# X-Scope-OrgID: <org id>
91
+
86
92
.. code-annotations::
87
93
1. This is necessary for Robusta to create silences when using Grafana Alerts, because of minor API differences in the AlertManager embedded in Grafana.
Copy file name to clipboardExpand all lines: docs/configuration/alertmanager-integration/victoria-metrics.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,12 @@ Add the following to ``generated_values.yaml`` and :ref:`update Robusta <Simple
39
39
# grafana_api_key: <YOUR GRAFANA EDITOR API KEY> # (1)
40
40
# alertmanager_flavor: grafana
41
41
42
+
# If using a multi-tenant prometheus or alertmanager, pass the org id to all queries
43
+
# prometheus_additional_headers:
44
+
# X-Scope-OrgID: <org id>
45
+
# alertmanager_additional_headers:
46
+
# X-Scope-OrgID: <org id>
47
+
42
48
.. code-annotations::
43
49
1. This is necessary for Robusta to create silences when using Grafana Alerts, because of minor API differences in the AlertManager embedded in Grafana.
0 commit comments