Anil Kumar Bandrapalli
09/13/2022, 7:43 AMAndrew Grishin
09/13/2022, 2:03 PM2022-09-13T13:34:21.183Z error exporterhelper/queued_retry.go:183 Exporting failed. The error is not retryable. Dropping data. {"kind": "exporter", "name": "clickhousemetricswrite", "error": "Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality and type combination; Permanent error: invalid temporality
temporality and type combination"}, {"error": "Permanent error: invalid temporality and type combination"}, {"error": "Permanent error: invalid temporality and type combination"}, {"error": "Permanent error: invalid temporality and type combination"}, {"error": "Permanent error: invalid temporality and type combination"}, {"error": "Permanent error: invalid temporality and type combination"}, {"error": "Permanent error: invalid temporality and type combination"}, {"error": "Permanent error: invalid temporality and type combination"}, {"error": "Permanent error: invalid temporality and type combination"}, {"error": "Permanent error: invalid temporality and type combination"}, {"error": "Permanent error: invalid temporality and type combination"}, {"error": "Permanent error: invalid temporality and type combination"}, {"error": "Permanent error: invalid temporality and type combination"}, {"error": "Permanent error: invalid temporality and type combination"}], "dropped_items": 1024}
<http://go.opentelemetry.io/collector/exporter/exporterhelper.(*retrySender).send|go.opentelemetry.io/collector/exporter/exporterhelper.(*retrySender).send>
/go/pkg/mod/go.opentelemetry.io/collector@v0.43.0/exporter/exporterhelper/queued_retry.go:183
<http://go.opentelemetry.io/collector/exporter/exporterhelper.(*metricsSenderWithObservability).send|go.opentelemetry.io/collector/exporter/exporterhelper.(*metricsSenderWithObservability).send>
/go/pkg/mod/go.opentelemetry.io/collector@v0.43.0/exporter/exporterhelper/metrics.go:134
<http://go.opentelemetry.io/collector/exporter/exporterhelper.(*queuedRetrySender).start.func1|go.opentelemetry.io/collector/exporter/exporterhelper.(*queuedRetrySender).start.func1>
/go/pkg/mod/go.opentelemetry.io/collector@v0.43.0/exporter/exporterhelper/queued_retry_inmemory.go:105
<http://go.opentelemetry.io/collector/exporter/exporterhelper/internal.consumerFunc.consume|go.opentelemetry.io/collector/exporter/exporterhelper/internal.consumerFunc.consume>
/go/pkg/mod/go.opentelemetry.io/collector@v0.43.0/exporter/exporterhelper/internal/bounded_memory_queue.go:99
<http://go.opentelemetry.io/collector/exporter/exporterhelper/internal.(*boundedMemoryQueue).StartConsumers.func2|go.opentelemetry.io/collector/exporter/exporterhelper/internal.(*boundedMemoryQueue).StartConsumers.func2>
/go/pkg/mod/go.opentelemetry.io/collector@v0.43.0/exporter/exporterhelper/internal/bounded_memory_queue.go:78
A quick glance at source code suggests there's a possibility to debug https://github.com/SigNoz/opentelemetry-collector-contrib/blob/develop/exporter/clickhousemetricsexporter/exporter.go#L164 but I'm not sure how to configure this zap.S() logger, it seems to be noop by default.
Any way to enable this logging to get more detailed error messages?Contrebande Labs
09/14/2022, 12:04 AMsudhanshu dev
09/14/2022, 6:52 AMsudhanshu dev
09/14/2022, 6:52 AMsudhanshu dev
09/14/2022, 6:53 AMsudhanshu dev
09/14/2022, 6:54 AMsudhanshu dev
09/14/2022, 6:54 AMsudhanshu dev
09/14/2022, 6:54 AMsudhanshu dev
09/14/2022, 6:54 AMsudhanshu dev
09/14/2022, 6:54 AMsudhanshu dev
09/14/2022, 6:54 AMsudhanshu dev
09/14/2022, 6:55 AMsudhanshu dev
09/14/2022, 6:58 AMsudhanshu dev
09/14/2022, 6:59 AMsudhanshu dev
09/14/2022, 6:59 AMPranay
09/14/2022, 6:59 AMsudhanshu dev
09/14/2022, 6:59 AMsudhanshu dev
09/14/2022, 7:00 AMsudhanshu dev
09/14/2022, 7:00 AMsudhanshu dev
09/14/2022, 7:00 AMsudhanshu dev
09/14/2022, 7:26 AMOluwatomisin Lalude
09/14/2022, 8:20 AMOluwatomisin Lalude
09/14/2022, 8:50 AMValentin Baert
09/14/2022, 12:01 PMPaulo Junior
09/14/2022, 9:07 PMAbhisek Datta
09/15/2022, 8:26 AMmanohar mirle
09/15/2022, 9:13 AMPrakshal Shah
09/15/2022, 2:30 PMValentin Baert
09/16/2022, 8:17 AMValentin Baert
09/16/2022, 8:17 AMAnkit Nayan
09/16/2022, 8:23 AMSELECT
database,
table,
formatReadableSize(sum(data_compressed_bytes) AS size) AS compressed,
formatReadableSize(sum(data_uncompressed_bytes) AS usize) AS uncompressed,
round(usize / size, 2) AS compr_rate,
sum(rows) AS rows,
count() AS part_count
FROM system.parts
WHERE (active = 1) AND (database='signoz_traces') AND (table LIKE '%')
GROUP BY
database,
table
ORDER BY size DESC;
Valentin Baert
09/16/2022, 8:28 AMAnkit Nayan
09/16/2022, 8:28 AM(database='signoz_traces')
in above query to signoz_logs
and signoz_metrics
Valentin Baert
09/16/2022, 8:30 AMAnkit Nayan
09/16/2022, 8:30 AMValentin Baert
09/16/2022, 8:30 AMAnkit Nayan
09/16/2022, 8:31 AM