DOCAPI-8299: Added a link with metrics for system.metrics (#7110)

* Typo fix.

* Links fix.

* Fixed links in docs.

* More fixes.

* Link fixes.

* DOCAPI-8299: Reference to source code.
This commit is contained in:
BayoNet 2019-09-26 21:24:47 +03:00 committed by alexey-milovidov
parent 5e5be6cbc7
commit 38f95e9fbc

View File

@ -251,6 +251,8 @@ Columns:
- `value` ([Int64](../data_types/int_uint.md)) — Metric value.
- `description` ([String](../data_types/string.md)) — Metric description.
The list of supported metrics you can find in the [dbms/src/Common/CurrentMetrics.cpp](https://github.com/ClickHouse/ClickHouse/blob/master/dbms/src/Common/CurrentMetrics.cpp) source file of ClickHouse.
**Example**
```sql