Skip to content
Snippets Groups Projects
Commit c9c0b221 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-434: Fixed PromQL link, added more info for tango-grafana exporter

parent 5ca7ef8e
No related branches found
No related tags found
1 merge request!150L2SS-434: Add sphinx documentation content
......@@ -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::
......
......@@ -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 | |
+---------------------------+--------------+-----------------------+-------------------+
+---------------------------+------------------+-----------------------+-------------------+
| 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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment