diff --git a/docs/source/install/monitoring-stack.rst b/docs/source/install/monitoring-stack.rst index 44b5e4ad4..0640b50c8 100644 --- a/docs/source/install/monitoring-stack.rst +++ b/docs/source/install/monitoring-stack.rst @@ -2,7 +2,7 @@ Install Scylla Monitoring Stack =============================== -This document describes the setup of Scylla Monitoring Stack, based on `Scylla Prometheus API <../../reference/monitoring-apis/#prometheus>`_ +This document describes the setup of Scylla Monitoring Stack, based on :ref:`API_Prometheus`. The Scylla Monitoring Stack needs to be installed on a dedicated server, external to the Scylla cluster. Make sure the Scylla Monitoring Stack server has access to the Scylla nodes so that it can pull the metrics over the Prometheus API. diff --git a/docs/source/reference/monitoring-apis.rst b/docs/source/reference/monitoring-apis.rst index 712bae38f..36ba48465 100644 --- a/docs/source/reference/monitoring-apis.rst +++ b/docs/source/reference/monitoring-apis.rst @@ -4,8 +4,10 @@ Scylla Monitoring Stack Interfaces Scylla exposes two interfaces for online monitoring, as described below -Prometheus ----------- +.. _API_Prometheus: + +Prometheus API +-------------- By default, Scylla listens on port 9180 for `Prometheus `_ requests. To connect a Prometheus server to Scylla in your prometheus.yaml configuration file, add Scylla as a target with :code:`your-ip:9180` For more information on monitoring Scylla with Prometheus see :doc:`Scylla Monitoring Stack <../install/monitoring-stack>`.