Slackbot
02/18/2024, 4:32 PMSrikanth Chekuri
02/18/2024, 5:42 PMtimeout: 10s
or something for clickhousemetricswrite
exporter.Sricharan Sirpa
02/19/2024, 5:51 AMSricharan Sirpa
02/19/2024, 6:10 AMexporters:
clickhousetraces:
datasource: tcp://${CLICKHOUSE_HOST}:${ }/?database=${CLICKHOUSE_TRACE_DATABASE}&username=${CLICKHOUSE_USER}&password=${CLICKHOUSE_PASSWORD}
low_cardinal_exception_grouping: ${LOW_CARDINAL_EXCEPTION_GROUPING}
clickhousemetricswrite:
endpoint: tcp://${CLICKHOUSE_HOST}:${CLICKHOUSE_PORT}/?database=${CLICKHOUSE_DATABASE}&username=${CLICKHOUSE_USER}&password=${CLICKHOUSE_PASSWORD}
resource_to_telemetry_conversion:
enabled: true
clickhouselogsexporter:
dsn: tcp://${CLICKHOUSE_HOST}:${CLICKHOUSE_PORT}/?username=${CLICKHOUSE_USER}&password=${CLICKHOUSE_PASSWORD}
timeout: 10s
prometheus:
endpoint: 0.0.0.0:8889
By the way in the above Chart Snippet there is no timeout mentioned for clickhousemetricswrite... How can i do thatSrikanth Chekuri
02/19/2024, 6:11 AMSricharan Sirpa
02/19/2024, 6:55 AM