#support

Resolving Otel Collector Error "Permanent error: empty data points"

TLDR Saad reported an error encountered with otel collector. Srikanth suggested the fix should be on the instrumentation, not sending any empty data points.

Powered by Struct AI
3
1mo
Solved
Join the chat
Oct 13, 2023 (1 month ago)
Saad
Photo of md5-ecab04b75bfab44d3283f9a88ca36076
Saad
09:28 AM
Hello
has anyone encountered this error in the otel collector
Permanent error: empty data points```
2023-10-13T09:27:43.683Z error exporterhelper/queued_retry.go:391 Exporting failed. The error is not retryable. Dropping data. {"kind": "exporter", "data_type": "metrics", "name": "clickhousemetricswrite", "error": "Permanent error: empty data points. db.client.connections.usage is dropped; Permanent error: empty data points. db.client.connections.usage is dropped", "errorCauses": [{"error": "Permanent error: empty data points. db.client.connections.usage is dropped"}, {"error": "Permanent error: empty data points. db.client.connections.usage is dropped"}], "dropped_items": 616}```

any idea how I can fix it? 🙏
Prashant
Photo of md5-1899629483c7ab1dccfbee6cc2f637b9
Prashant
10:33 AM
Srikanth can you look into this?
Oct 16, 2023 (1 month ago)
Srikanth
Photo of md5-ce04a9988e2fd758a659dc55be6f2543
Srikanth
03:00 AM
> any idea how I can fix it?
Fix should be on the instrumentation, do not send any empty data points.