Skip to content

Commit 9cbeaef

Browse files
doc: fix metrics references
Fix metrics documentation references after changes introduced in [1]. 1. tarantool/metrics#310
1 parent 1a9bac1 commit 9cbeaef

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/monitoring/grafana_dashboard.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ space operations, and HTTP load panels, based on default `metrics <https://githu
1717
package functionality.
1818

1919
Dashboard requires using ``metrics`` **0.13.0** or newer for complete experience;
20-
``'alias'`` :ref:`global label <tarantool-metrics>` must be set on each instance
20+
``'alias'`` :ref:`global label <metrics-api_reference-labels>` must be set on each instance
2121
to properly display panels (e.g. provided with ``cartridge.roles.metrics`` role).
2222

2323
To support `CRUD <https://github.com/tarantool/crud>`_ statistics, install ``CRUD``
@@ -76,9 +76,9 @@ Collect metrics with server agents
7676
-------------------------------------------------------------------------------
7777

7878
To collect metrics for Prometheus, first set up metrics output with
79-
``prometheus`` format. You can use :ref:`cartridge.roles.metrics <cartridge-role>`
80-
configuration or set up the :ref:`Prometheus output plugin <prometheus>` manually.
81-
To start collecting metrics,
79+
``prometheus`` format. You can use :ref:`cartridge.roles.metrics <monitoring-getting_started-cartridge_role>`
80+
configuration or set up the :ref:`Prometheus output plugin <metrics-plugins-available>`
81+
manually. To start collecting metrics,
8282
`add a job <https://prometheus.io/docs/prometheus/latest/getting_started/#configure-prometheus-to-monitor-the-sample-targets>`_
8383
to Prometheus configuration with each Tarantool instance URI as a target and
8484
metrics path as it was configured on Tarantool instances:
@@ -97,9 +97,9 @@ metrics path as it was configured on Tarantool instances:
9797
9898
To collect metrics for InfluxDB, use the Telegraf agent.
9999
First off, configure Tarantool metrics output in ``json`` format
100-
with :ref:`cartridge.roles.metrics <cartridge-role>` configuration or
101-
corresponding :ref:`JSON output plugin <json>`. To start collecting metrics,
102-
add `http input <https://github.com/influxdata/telegraf/blob/release-1.17/plugins/inputs/http/README.md>`_
100+
with :ref:`cartridge.roles.metrics <monitoring-getting_started-cartridge_role>`
101+
configuration or corresponding :ref:`JSON output plugin <metrics-plugins-available>`.
102+
To start collecting metrics, add `http input <https://github.com/influxdata/telegraf/blob/release-1.17/plugins/inputs/http/README.md>`_
103103
to Telegraf configuration including each Tarantool instance metrics URL:
104104

105105
.. code-block:: toml

0 commit comments

Comments
 (0)