Skip to content

Commit

Permalink
Fix broken link from install stack to prometheus-API
Browse files Browse the repository at this point in the history
  • Loading branch information
tzach committed Nov 5, 2023
1 parent 74b1f12 commit d8f5e44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/install/monitoring-stack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 4 additions & 2 deletions docs/source/reference/monitoring-apis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://prometheus.io/>`_ 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>`.
Expand Down

0 comments on commit d8f5e44

Please sign in to comment.