Skip to content

Commit e8fe4ec

Browse files
committed
docs fix
1 parent 7b10d13 commit e8fe4ec

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/configuration/metric-providers-google.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,13 @@ Quick Start
1818
Add the following configuration to your `generated_values.yaml` file:
1919

2020
.. code-block:: yaml
21+
2122
globalConfig:
22-
prometheus_url: "http://frontend.default.svc.cluster.local:9090"
23+
# Set this to the URL of your Prometheus Frontend endpoint
24+
prometheus_url: http://my-prometheus-frontend:9090
25+
26+
# Example (Google Managed Prometheus in-cluster frontend):
27+
# prometheus_url: http://frontend.default.svc.cluster.local:9090
2328
check_prometheus_flags: false # Required for Google Managed Prometheus
2429
2530
Then :ref:`update Robusta <Simple Upgrade>`.

0 commit comments

Comments
 (0)