mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update AsynchronousMetrics.cpp
This commit is contained in:
parent
44db7badbe
commit
aaee4724c3
@ -219,7 +219,7 @@ void AsynchronousMetrics::update()
|
|||||||
set("MaxPartCountForPartition", max_part_count_for_partition);
|
set("MaxPartCountForPartition", max_part_count_for_partition);
|
||||||
|
|
||||||
set("NumberOfDatabases", number_of_databases);
|
set("NumberOfDatabases", number_of_databases);
|
||||||
set("TotalNumberOfTables", total_number_of_tables);
|
set("NumberOfTables", total_number_of_tables);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if USE_TCMALLOC
|
#if USE_TCMALLOC
|
||||||
|
Loading…
Reference in New Issue
Block a user