#support

SigNoz Chart Update and Exporter Configuration Error

TLDR Alejandro encountered an error updating SigNoz with chart 0.14.4. They resolved the issue by dropping the logs database, and Srikanth questioned the resolution's relation to the exporter error.

Powered by Struct AI
white_check_mark1
8
4mo
Solved
Join the chat
May 10, 2023 (4 months ago)
Alejandro
Photo of md5-a8b7de0a2b191db78968c382f3454e26
Alejandro
06:42 PM
I have finished updated SigNOz with chart 0.14.4 and I get the following error at collectors:
error decoding 'exporters': error reading exporters configuration for "clickhousetraces"

white_check_mark1
06:42
Alejandro
06:42 PM
    exporters:
      clickhousetraces:
        datasource: tcp://${CLICKHOUSE_HOST}:${CLICKHOUSE_PORT}/?database=${CLICKHOUSE_TRACE_DATABASE}&username=${CLICKHOUSE_USER}&password=${CLICKHOUSE_PASSWORD}
06:43
Alejandro
06:43 PM
what is wrong with that ?
06:45
Alejandro
06:45 PM
* '' has invalid keys: low_cardinal_exception_grouping
2023/05/10 18:43:03 application run finished with error: failed to get config: cannot unmarshal the configuration: 1 error(s) decoding:
07:03
Alejandro
07:03 PM
This is happend at signoz-otel-collector
07:48
Alejandro
07:48 PM
drop database signoz_logs on cluster cluster
07:48
Alejandro
07:48 PM
That command resolved my issue
May 11, 2023 (4 months ago)
Srikanth
Photo of md5-ce04a9988e2fd758a659dc55be6f2543
Srikanth
01:56 AM
Why would dropping logs db resolve the error with traces exporter?