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.
This commit is contained in:
BayoNet 2019-10-18 12:25:56 +03:00 committed by GitHub
parent 502672c973
commit e1e82cb438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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