diff --git a/docs/configuration/metric-providers-google.rst b/docs/configuration/metric-providers-google.rst index 6b86a143d..41657a7b1 100644 --- a/docs/configuration/metric-providers-google.rst +++ b/docs/configuration/metric-providers-google.rst @@ -1,36 +1,27 @@ Google Managed Prometheus ========================= -.. warning:: - - Due to updates in the Google Managed Prometheus API, these instructions may be outdated. - Please contact our team for support on Slack (https://bit.ly/robusta-slack) or by email (support@robusta.dev). - We're working on updating the documentation. - -Configure Robusta to use Google Cloud's Managed Service for Prometheus. +Configure Robusta to work with Google Cloud’s Managed Prometheus service. Prerequisites ------------- -Before configuring Robusta, ensure you have: +Before setting up Robusta, make sure you have: -1. Google Managed Prometheus configured with: - - - `Prometheus Frontend `_ - - `Node Exporter `_ - - `Kubelet/cAdvisor scraping `_ - - `Kube State Metrics `_ +* Google Managed Prometheus enabled +* A Prometheus Frontend endpoint accessible from your cluster + (If you don’t already have one, you can create it following the instructions `here `_). Quick Start ----------- -Add the following to your ``generated_values.yaml``: +Add the following configuration to your ``generated_values.yaml`` file: .. code-block:: yaml globalConfig: - prometheus_url: "http://frontend.default.svc.cluster.local:9090" - alertmanager_url: "http://alertmanager.gmp-system.svc.cluster.local:9093" + # Set this to the URL of your Prometheus Frontend endpoint, it may change depending on the namespace you deployed it to. + prometheus_url: http://frontend.default.svc.cluster.local:9090 check_prometheus_flags: false # Required for Google Managed Prometheus Then :ref:`update Robusta `.