This message was deleted.
s
This message was deleted.
s
Increase the
timeout: 10s
or something for
clickhousemetricswrite
exporter.
s
Sure will try that and let you know.... Thank you so much for the support @Srikanth Chekuri
Copy code
exporters:
      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 that
s
Add it if it doesn't exist.
s
Thanks ☺️