From e1e82cb43846bb6c03ff2e8d8591d9f4610a9756 Mon Sep 17 00:00:00 2001 From: BayoNet Date: Fri, 18 Oct 2019 12:25:56 +0300 Subject: [PATCH] DOCS-8299: Added a link with metrics for system.metrics in RU docs (#7379) * Typo fix. * Links fix. * Fixed links in docs. * More fixes. * Link fixes. * DOCAPI-8299: Link update in RU docs. --- docs/ru/operations/system_tables.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ru/operations/system_tables.md b/docs/ru/operations/system_tables.md index 84586f73bf2..eb757480774 100644 --- a/docs/ru/operations/system_tables.md +++ b/docs/ru/operations/system_tables.md @@ -242,6 +242,8 @@ SELECT * FROM system.events LIMIT 5 - `value` ([Int64](../data_types/int_uint.md)) — значение метрики. - `description` ([String](../data_types/string.md)) — описание метрики. +Список поддержанных метрик смотрите в файле [dbms/src/Common/CurrentMetrics.cpp](https://github.com/ClickHouse/ClickHouse/blob/master/dbms/src/Common/CurrentMetrics.cpp). + **Пример** ```sql