ClickHouse/tests/integration/test_prometheus_endpoint/configs/prom_conf.xml

14 lines
302 B
XML
Raw Normal View History

2019-12-14 16:40:50 +00:00
<yandex>
<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>
</yandex>