Hi Guys, I'm having some trouble with Signoz after...
# support
v
Hi Guys, I'm having some trouble with Signoz after setting up a self-hosted version on an Ubuntu VM using Docker Compose. It seems like metrics aren't being received. I also ran the
./troubleshoot checkEndpoint --endpoint=localhost:4317
which succeeds but here is the error that i see in the logs
docker logs -f signoz-otel-collector
Copy code
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!