the logs display:
2023-03-13T10:45:13.119Z error clickhousetracesexporter/writer.go:110 Could not write a batch of spans {"kind": "exporter", "data_type": "traces", "name": "clickhousetraces", "error": "clickhouse: dateTime overflow. timestamp must be between 1925-01-01 00:00:00 and 2283-11-11 00:00:00"}
github.com/SigNoz/signoz-otel-collector/exporter/clickhousetracesexporter.(*SpanWriter).backgroundWriter
/src/exporter/clickhousetracesexporter/writer.go:110
p
Prashant Shahi
03/14/2023, 9:33 PM
@Rock Sun The troubleshoot binary checks if the otel-collector grpc endpoint is accessible with dummy data.
However, since the dummy data is incomplete, it is rejected by SigNoz OtelCollector with the error above.
If you wish to make sure that otel-collector endpoint is accessible as well as the telemetry data is accepted, you can make use of