This message was deleted.
# support
s
This message was deleted.
1
a
Copy code
exporters:
      clickhousetraces:
        datasource: tcp://${CLICKHOUSE_HOST}:${CLICKHOUSE_PORT}/?database=${CLICKHOUSE_TRACE_DATABASE}&username=${CLICKHOUSE_USER}&password=${CLICKHOUSE_PASSWORD}
what is wrong with that ?
Copy code
* '' 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:
This is happend at
signoz-otel-collector
drop database signoz_logs on cluster cluster
That command resolved my issue
s
Why would dropping logs db resolve the error with traces exporter?