mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 02:23:14 +00:00
14 lines
310 B
XML
14 lines
310 B
XML
<clickhouse>
|
|
<http_port>8123</http_port>
|
|
<tcp_port>9000</tcp_port>
|
|
|
|
<prometheus>
|
|
<endpoint>/metrics</endpoint>
|
|
<port>8001</port>
|
|
|
|
<metrics>true</metrics>
|
|
<events>true</events>
|
|
<asynchronous_metrics>true</asynchronous_metrics>
|
|
</prometheus>
|
|
</clickhouse>
|