Skip to content

Commit 93d87b9

Browse files
committed
doc: update docs
1 parent 2a4cabd commit 93d87b9

4 files changed

Lines changed: 24 additions & 0 deletions

File tree

docs/configuration/alertmanager-integration/_pull_integration.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ If Robusta fails to auto-detect the Prometheus and Alertmanager urls - and you s
2424
# prometheus_auth: ...
2525
# alertmanager_auth: ...
2626
27+
# If using a multi-tenant prometheus or alertmanager, pass the org id to all queries
28+
# prometheus_additional_headers:
29+
# X-Scope-OrgID: <org id>
30+
# alertmanager_additional_headers:
31+
# X-Scope-OrgID: <org id>
32+
2733
.. code-annotations::
2834
1. Example: http://alertmanager-Helm_release_name-kube-prometheus-alertmanager.default.svc.cluster.local:9093.
2935
2. Example: http://Helm_Release_Name-kube-prometheus-prometheus.default.svc.cluster.local:9090

docs/configuration/alertmanager-integration/coralogix_managed_prometheus.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ Metrics querying lets Robusta pull metrics from Coralogix Managed Prometheus.
8282
# grafana_api_key: <YOUR GRAFANA EDITOR API KEY> # (1)
8383
# alertmanager_flavor: grafana
8484
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+
8591
.. code-annotations::
8692
1. This is necessary for Robusta to create silences when using Grafana Alerts, because of minor API differences in the AlertManager embedded in Grafana.
8793

docs/configuration/alertmanager-integration/grafana-alert-manager.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ Modify and add the following config to ``generated_values.yaml`` and :ref:`updat
8383
# prometheus_additional_labels:
8484
# cluster: 'CLUSTER_NAME_HERE'
8585
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+
8692
.. code-annotations::
8793
1. This is necessary for Robusta to create silences when using Grafana Alerts, because of minor API differences in the AlertManager embedded in Grafana.
8894

docs/configuration/alertmanager-integration/victoria-metrics.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ Add the following to ``generated_values.yaml`` and :ref:`update Robusta <Simple
3939
# grafana_api_key: <YOUR GRAFANA EDITOR API KEY> # (1)
4040
# alertmanager_flavor: grafana
4141
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+
4248
.. code-annotations::
4349
1. This is necessary for Robusta to create silences when using Grafana Alerts, because of minor API differences in the AlertManager embedded in Grafana.
4450

0 commit comments

Comments
 (0)