mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-13 12:59:00 +08:00
chore(conf): add clickhouse settings (#7743)
This commit is contained in:
parent
a624b4758d
commit
a7cad0f1a5
@ -103,6 +103,13 @@ telemetrystore:
|
|||||||
clickhouse:
|
clickhouse:
|
||||||
# The DSN to use for clickhouse.
|
# The DSN to use for clickhouse.
|
||||||
dsn: tcp://localhost:9000
|
dsn: tcp://localhost:9000
|
||||||
|
# The query settings for clickhouse.
|
||||||
|
settings:
|
||||||
|
max_execution_time: 0
|
||||||
|
max_execution_time_leaf: 0
|
||||||
|
timeout_before_checking_execution_speed: 0
|
||||||
|
max_bytes_to_read: 0
|
||||||
|
max_result_rows_for_ch_query: 0
|
||||||
|
|
||||||
##################### Prometheus #####################
|
##################### Prometheus #####################
|
||||||
prometheus:
|
prometheus:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user