Skip to content

Commit d1b0df2

Browse files
authored
[ROB-2864] updated docs for gcp (#1980)
* updated docs for gcp * docs fix * docs fix * change * docs update
1 parent af7a16f commit d1b0df2

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

docs/configuration/metric-providers-google.rst

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,27 @@
11
Google Managed Prometheus
22
=========================
33

4-
.. warning::
5-
6-
Due to updates in the Google Managed Prometheus API, these instructions may be outdated.
7-
Please contact our team for support on Slack (https://bit.ly/robusta-slack) or by email ([email protected]).
8-
We're working on updating the documentation.
9-
10-
Configure Robusta to use Google Cloud's Managed Service for Prometheus.
4+
Configure Robusta to work with Google Cloud’s Managed Prometheus service.
115

126
Prerequisites
137
-------------
148

15-
Before configuring Robusta, ensure you have:
9+
Before setting up Robusta, make sure you have:
1610

17-
1. Google Managed Prometheus configured with:
18-
19-
- `Prometheus Frontend <https://cloud.google.com/stackdriver/docs/managed-prometheus/query#ui-prometheus>`_
20-
- `Node Exporter <https://cloud.google.com/stackdriver/docs/managed-prometheus/exporters/node_exporter>`_
21-
- `Kubelet/cAdvisor scraping <https://cloud.google.com/stackdriver/docs/managed-prometheus/exporters/kubelet-cadvisor>`_
22-
- `Kube State Metrics <https://cloud.google.com/stackdriver/docs/managed-prometheus/exporters/kube_state_metrics>`_
11+
* Google Managed Prometheus enabled
12+
* A Prometheus Frontend endpoint accessible from your cluster
13+
(If you don’t already have one, you can create it following the instructions `here <https://docs.cloud.google.com/stackdriver/docs/managed-prometheus/query-api-ui#ui-prometheus>`_).
2314

2415
Quick Start
2516
-----------
2617

27-
Add the following to your ``generated_values.yaml``:
18+
Add the following configuration to your ``generated_values.yaml`` file:
2819

2920
.. code-block:: yaml
3021
3122
globalConfig:
32-
prometheus_url: "http://frontend.default.svc.cluster.local:9090"
33-
alertmanager_url: "http://alertmanager.gmp-system.svc.cluster.local:9093"
23+
# Set this to the URL of your Prometheus Frontend endpoint, it may change depending on the namespace you deployed it to.
24+
prometheus_url: http://frontend.default.svc.cluster.local:9090
3425
check_prometheus_flags: false # Required for Google Managed Prometheus
3526
3627
Then :ref:`update Robusta <Simple Upgrade>`.

0 commit comments

Comments
 (0)