We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b10d13 commit e8fe4ecCopy full SHA for e8fe4ec
docs/configuration/metric-providers-google.rst
@@ -18,8 +18,13 @@ Quick Start
18
Add the following configuration to your `generated_values.yaml` file:
19
20
.. code-block:: yaml
21
+
22
globalConfig:
- 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
28
check_prometheus_flags: false # Required for Google Managed Prometheus
29
30
Then :ref:`update Robusta <Simple Upgrade>`.
0 commit comments