Skip to content

Commit 7b10d13

Browse files
committed
updated docs for gcp
1 parent af7a16f commit 7b10d13

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

docs/configuration/metric-providers-google.rst

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,25 @@
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 (support@robusta.dev).
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
30-
3121
globalConfig:
3222
prometheus_url: "http://frontend.default.svc.cluster.local:9090"
33-
alertmanager_url: "http://alertmanager.gmp-system.svc.cluster.local:9093"
3423
check_prometheus_flags: false # Required for Google Managed Prometheus
3524
3625
Then :ref:`update Robusta <Simple Upgrade>`.

0 commit comments

Comments
 (0)