Venkatesh Khatri
07/20/2024, 1:50 PM./troubleshoot checkEndpoint --endpoint=localhost:4317
which succeeds but here is the error that i see in the logs
docker logs -f signoz-otel-collector
2024-07-20T12:53:40.738Z error exporterhelper/queue_sender.go:101 Exporting failed. Dropping data. {"kind": "exporter", "data_type": "traces", "name": "clickhousetraces", "error": "no more retries left: clickhouse: dateTime overflow. timestamp must be between 1900-01-01 00:00:00 and 2262-04-11 23:47:16", "dropped_items": 253}
Has anyone else encountered this issue? Any help would be appreciated!