Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken link from install stack to prometheus-API #2109

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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