signoz fix
This commit is contained in:
parent
04e233216c
commit
a9223fa381
3 changed files with 14 additions and 6 deletions
|
|
@ -9,6 +9,7 @@
|
|||
<remote_servers>
|
||||
<cluster>
|
||||
<shard>
|
||||
<internal_replication>true</internal_replication>
|
||||
<replica>
|
||||
<host>clickhouse</host>
|
||||
<port>9000</port>
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
<mysql_port>9004</mysql_port>
|
||||
<postgresql_port>9005</postgresql_port>
|
||||
<interserver_http_port>9009</interserver_http_port>
|
||||
<listen_host>0.0.0.0</listen_host>
|
||||
<max_connections>4096</max_connections>
|
||||
<keep_alive_timeout>3</keep_alive_timeout>
|
||||
<max_concurrent_queries>100</max_concurrent_queries>
|
||||
|
|
@ -35,6 +36,10 @@
|
|||
<default_profile>default</default_profile>
|
||||
<default_database>default</default_database>
|
||||
<custom_settings_prefixes></custom_settings_prefixes>
|
||||
<macros>
|
||||
<shard>01</shard>
|
||||
<replica>signoz01-01-1</replica>
|
||||
</macros>
|
||||
<builtin_dictionaries_reload_interval>3600</builtin_dictionaries_reload_interval>
|
||||
<max_session_timeout>3600</max_session_timeout>
|
||||
<default_session_timeout>60</default_session_timeout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue