Skip to content

Commit eb67fb7

Browse files
committed
change
1 parent 0d0c21d commit eb67fb7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/configuration/metric-providers-google.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,18 @@ Before setting up Robusta, make sure you have:
1010

1111
* Google Managed Prometheus enabled
1212
* 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>`_)
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>`_).
1414

1515
Quick Start
1616
-----------
1717

1818
Add the following configuration to your ``generated_values.yaml`` file:
1919

2020
.. code-block:: yaml
21-
21+
2222
globalConfig:
2323
# Set this to the URL of your Prometheus Frontend endpoint
2424
prometheus_url: http://my-prometheus-frontend:9090
25-
2625
# Example (Google Managed Prometheus in-cluster frontend):
2726
# prometheus_url: http://frontend.default.svc.cluster.local:9090
2827
check_prometheus_flags: false # Required for Google Managed Prometheus

0 commit comments

Comments
 (0)