We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a11235 commit f51340cCopy full SHA for f51340c
doc/monitoring/grafana_dashboard.rst
@@ -32,6 +32,13 @@ with latency quantiles.
32
stats_quantiles=true
33
}
34
35
+To support `expirationd <https://github.com/tarantool/expirationd>`_ statistics,
36
+install ``expirationd`` **1.2.0** or newer. Call ``expirationd.cfg`` on instance
37
+to enable statistics export.
38
+
39
+.. code-block:: lua
40
41
+ expirationd.cfg{metrics = true}
42
43
.. image:: images/Prometheus_dashboard_1.png
44
:width: 30%
0 commit comments