@@ -17,7 +17,7 @@ space operations, and HTTP load panels, based on default `metrics <https://githu
1717package functionality.
1818
1919Dashboard 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
2121to properly display panels (e.g. provided with ``cartridge.roles.metrics `` role).
2222
2323To support `CRUD <https://github.com/tarantool/crud >`_ statistics, install ``CRUD ``
@@ -76,9 +76,9 @@ Collect metrics with server agents
7676-------------------------------------------------------------------------------
7777
7878To 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 >`_
8383to Prometheus configuration with each Tarantool instance URI as a target and
8484metrics 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.
9999First 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 >`_
103103to Telegraf configuration including each Tarantool instance metrics URL:
104104
105105.. code-block :: toml
0 commit comments