chore(conf): add clickhouse settings (#7743)

This commit is contained in:
Vibhu Pandey 2025-04-27 19:56:36 +05:30 committed by GitHub
parent a624b4758d
commit a7cad0f1a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,6 +103,13 @@ telemetrystore:
clickhouse:
# The DSN to use for clickhouse.
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: