diff --git a/doc/monitoring/getting_started.rst b/doc/monitoring/getting_started.rst index 96be8f4a..0151bdb5 100644 --- a/doc/monitoring/getting_started.rst +++ b/doc/monitoring/getting_started.rst @@ -26,7 +26,7 @@ You may also set a global label for your metrics: .. code-block:: lua - metrics.cfg{alias = 'alias'} + metrics.cfg{labels = {alias = 'alias'}} Initialize the Prometheus exporter or export metrics in another format: