Skip to content

Commit

Permalink
Merge pull request #2109 from tzach/fix-broken-link-to-prometheus-API
Browse files Browse the repository at this point in the history
Fix broken link from install stack to prometheus-API
  • Loading branch information
amnonh authored Nov 6, 2023
2 parents a3e3d64 + d8f5e44 commit dd71659
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 dd71659

Please sign in to comment.