diff --git a/docs/source/interfaces/monitoring.rst b/docs/source/interfaces/monitoring.rst index 0f479a4298401ee35da37f2a890936efde09541c..7d8a85fdf5bd7c103119a89a8dbae127040a5240 100644 --- a/docs/source/interfaces/monitoring.rst +++ b/docs/source/interfaces/monitoring.rst @@ -31,7 +31,8 @@ Prometheus - Every several seconds, Prometheus scrapes our `TANGO-Grafana Exporter <https://git.astron.nl/lofar2.0/ska-tango-grafana-exporter>`_ (our fork of https://gitlab.com/ska-telescope/TANGO-grafana.git), collecting all values of all the device attributes (except the large ones, for performance reasons). - Prometheus can be queried directly on http://localhost:9090, -- The query language is `PromQL <https://prometheus.io/docs/prometheus/latest/querying/basics/>`, which is also used in Grafana to query Prometheus, +- The TANGO-Grafana Exporter can be queried directly on http://localhost:8000, +- The query language is `PromQL <https://prometheus.io/docs/prometheus/latest/querying/basics/>`_, which is also used in Grafana to query Prometheus, Prometheus stores attributes in the following format:: diff --git a/docs/source/interfaces/overview.rst b/docs/source/interfaces/overview.rst index 4adc12a809f143db4b278d376cc46fe9b4b87c46..a00ab5710ad863b4f10d1bb0ee93ab3f547826d5 100644 --- a/docs/source/interfaces/overview.rst +++ b/docs/source/interfaces/overview.rst @@ -15,21 +15,23 @@ The station provides the following interfaces accessible through your browser (a Futhermore, there are some low-level interfaces: -+---------------------------+--------------+-----------------------+-------------------+ -|Interface |Subsystem |URL |Default credentials| -+===========================+==============+=======================+===================+ -| :ref:`pytango-section` |Tango |tango://localhost:10000| | -+---------------------------+--------------+-----------------------+-------------------+ -| :ref:`prometheus-section` |Prometheus |http://localhost:9090 | | -+---------------------------+--------------+-----------------------+-------------------+ -| :ref:`rest-api` |tango-rest |http://localhost:8080 |tango-cs/tango | -+---------------------------+--------------+-----------------------+-------------------+ -| :ref:`tangodb` |MariaDB |http://localhost:3306 |tango/tango | -+---------------------------+--------------+-----------------------+-------------------+ -|Archive Database |MariaDB |http://localhost:3307 |tango/tango | -+---------------------------+--------------+-----------------------+-------------------+ -|Log Database |ElasticSearch |http://localhost:9200 | | -+---------------------------+--------------+-----------------------+-------------------+ ++---------------------------+------------------+-----------------------+-------------------+ +|Interface |Subsystem |URL |Default credentials| ++===========================+==================+=======================+===================+ +| :ref:`pytango-section` |Tango |tango://localhost:10000| | ++---------------------------+------------------+-----------------------+-------------------+ +| :ref:`prometheus-section` |Prometheus |http://localhost:9090 | | ++---------------------------+------------------+-----------------------+-------------------+ +| TANGO-Grafana Exporter |Python HTTPServer |http://localhost:8000 | | ++---------------------------+------------------+-----------------------+-------------------+ +| :ref:`rest-api` |tango-rest |http://localhost:8080 |tango-cs/tango | ++---------------------------+------------------+-----------------------+-------------------+ +| :ref:`tangodb` |MariaDB |http://localhost:3306 |tango/tango | ++---------------------------+------------------+-----------------------+-------------------+ +|Archive Database |MariaDB |http://localhost:3307 |tango/tango | ++---------------------------+------------------+-----------------------+-------------------+ +|Log Database |ElasticSearch |http://localhost:9200 | | ++---------------------------+------------------+-----------------------+-------------------+ .. toctree:: :hidden: