Hello has anyone encountered this error in the ote...
# support
s
Hello has anyone encountered this error in the otel collector
Copy code
Permanent error: empty data points
Copy code
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? 🙏
p
@Srikanth Chekuri can you look into this?
s
any idea how I can fix it?
Fix should be on the instrumentation, do not send any empty data points.