Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS-8299: Added a link with metrics for system.metrics in RU docs #7379

Merged
merged 38 commits into from
Oct 18, 2019
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
cfe5bdf
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Aug 16, 2019
920aea6
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Aug 16, 2019
6462809
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Aug 19, 2019
dd3ce02
Typo fix.
BayoNet Aug 19, 2019
7c8f161
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Aug 19, 2019
a012dae
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Aug 19, 2019
37e683c
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Aug 20, 2019
1df058c
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Aug 21, 2019
8647157
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Aug 21, 2019
450f7ff
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Aug 21, 2019
54b1e68
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Aug 21, 2019
3614743
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Aug 21, 2019
d8f8d2e
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Sep 2, 2019
8b55348
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Sep 3, 2019
595784d
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Sep 5, 2019
e699cc4
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Sep 6, 2019
8232e65
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Sep 6, 2019
a0211a8
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Sep 10, 2019
4cdb4d5
Links fix.
BayoNet Sep 10, 2019
48e852b
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Sep 10, 2019
92b3183
Fixed links in docs.
BayoNet Sep 10, 2019
16e3428
More fixes.
BayoNet Sep 10, 2019
ab2923f
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Sep 10, 2019
6449712
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Sep 10, 2019
8e61f75
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Sep 12, 2019
1e7daeb
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Sep 12, 2019
34f5f3d
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Sep 12, 2019
8fd52ab
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Sep 16, 2019
cfcfcb7
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Sep 19, 2019
193123f
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Sep 23, 2019
776e1b6
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Sep 24, 2019
bdc9968
Merge branch 'master' of github.com:yandex/ClickHouse
BayoNet Sep 25, 2019
0157929
Link fixes.
BayoNet Sep 25, 2019
606d02a
Merge branch 'master' of github.com:ClickHouse/ClickHouse
BayoNet Sep 26, 2019
4e648f4
Merge branch 'master' of github.com:ClickHouse/ClickHouse
BayoNet Sep 26, 2019
8415378
Merge branch 'master' of github.com:ClickHouse/ClickHouse
BayoNet Sep 26, 2019
ef9d80d
Merge branch 'master' of github.com:ClickHouse/ClickHouse
BayoNet Sep 27, 2019
d1819e3
DOCAPI-8299: Link update in RU docs.
BayoNet Oct 18, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/ru/operations/system_tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down