mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fixed error in config [#CLICKHOUSE-2762].
This commit is contained in:
parent
7c2988ff80
commit
7fa4459f56
@ -154,9 +154,9 @@
|
||||
<interval>60</interval>
|
||||
<root_path>one_min</root_path>
|
||||
|
||||
<metrics>true<metrics>
|
||||
<events>true<events>
|
||||
<asynchronous_metrics>true<asynchronous_metrics>
|
||||
<metrics>true</metrics>
|
||||
<events>true</events>
|
||||
<asynchronous_metrics>true</asynchronous_metrics>
|
||||
</graphite>
|
||||
<graphite>
|
||||
<host>localhost</host>
|
||||
@ -165,9 +165,9 @@
|
||||
<interval>1</interval>
|
||||
<root_path>one_sec</root_path>
|
||||
|
||||
<metrics>true<metrics>
|
||||
<events>true<events>
|
||||
<asynchronous_metrics>false<asynchronous_metrics>
|
||||
<metrics>true</metrics>
|
||||
<events>true</events>
|
||||
<asynchronous_metrics>false</asynchronous_metrics>
|
||||
</graphite>
|
||||
-->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user