mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
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:
parent
502672c973
commit
e1e82cb438
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user