Replies: 2 comments 1 reply
-
Getting some unexpected results.. I'm trying to auto instrument a PHP application
`2024-04-16T01:29:07.212Z info exporterhelper/retry_sender.go:177 Exporting failed. Will retry the request after interval. {"kind": "exporter", "data_type": "traces", "name": "clickhousetraces", "error": "clickhouse: dateTime overflow. timestamp must be between 1900-01-01 00:00:00 and 2262-04-11 23:47:16", "interval": "27.279984461s"} 2024-04-16T01:29:34.512Z error clickhousetracesexporter/writer.go:385 Could not append span to batch: {"kind": "exporter", "data_type": "traces", "name": "clickhousetraces", "span": {"traceId": "", "spanId": "", "parentSpanId": "", "name": "TestingSpan", "durationNano": 0, "startTimeUnixNano": 11651379494838206464, "serviceName": "", "kind": 0, "statusCode": 0, "externalHttpMethod": "", "httpUrl": "", "httpMethod": "", "httpHost": "", "httpRoute": "", "httpCode": "", "msgSystem": "", "msgOperation": "", "externalHttpUrl": "", "component": "", "dbSystem": "", "dbName": "", "dbOperation": "", "peerService": "", "gRPCCode": "", "gRPCMethod": "", "rpcSystem": "", "rpcService": "", "rpcMethod": "", "responseStatusCode": "", "hasError": false, "errorID": "", "errorGroupID": "", "errorEvent": {"name": "", "timeUnixNano": 0, "isError": false, "attributeMap": "map[]"}, "traceModel": {"traceId": "", "spanId": "", "name": "TestingSpan", "durationNano": 0, "startTimeUnixNano": 11651379494838206464, "serviceName": "", "kind": 0, "statusCode": 0, "hasError": false, "references": [{"traceId": "", "spanId": "", "refType": "CHILD_OF"}], "tagMap": "map[]", "event": "[]"}, "event": "[]", "tagMap": "map[]"}, "error": "clickhouse: dateTime overflow. timestamp must be between 1900-01-01 00:00:00 and 2262-04-11 23:47:16"} github.com/SigNoz/signoz-otel-collector/exporter/clickhousetracesexporter.(*SpanWriter).writeModelBatch The timestamp sent is in nanoseconds, but the clickhouse receiver complains that it doesn't match a valid timestamp. Signoz is running on a Docker VM running on Ubuntu 20.04.3 LTS otel config yaml:
|
Beta Was this translation helpful? Give feedback.
-
This is what I found from logs - clickhouse: dateTime overflow. timestamp must be between 1900-01-01 00:00:00 and 2262-04-11 23:47:16 |
Beta Was this translation helpful? Give feedback.
-
We have created a repo with tools on how to easily debug your SigNoz installations - https://github.com/SigNoz/troubleshoot
Would love any any inputs on it in this discussion thread
Beta Was this translation helpful? Give feedback.
All reactions