Replies: 3 comments 8 replies
-
Beta Was this translation helpful? Give feedback.
-
@ziomill I have reviewed the OTel metrics data model spec. It looks like we should treat cumulative, non-monotonic sums similar to a gauge value, for schema Please follow along here: influxdata/influxdb-observability#50 |
Beta Was this translation helpful? Give feedback.
-
Hi @jacobmarble I have upgraded the otel-collector to the opentelemetry-collector-contrib:0.47.0 (where the problem should have been fixed): Unfortunately, I still have errors about metrics sending: Using the metrics_schema: telegraf-prometheus-v1: 2022-03-25T10:19:59.925Z error exporterhelper/queued_retry.go:183 Exporting failed. The error is not retryable. Dropping data. {"kind": "exporter", "name": "influxdb", "error": "Permanent error: failed to convert OTLP metric to line protocol: unsupported non-monotonic sum 'runtime.jvm.memory.pool'", "dropped_items": 40}
2022-03-25T10:19:59.926065000Z go.opentelemetry.io/collector/exporter/exporterhelper.(*retrySender).send
2022-03-25T10:19:59.926072900Z go.opentelemetry.io/[email protected]/exporter/exporterhelper/queued_retry.go:183
2022-03-25T10:19:59.926075900Z go.opentelemetry.io/collector/exporter/exporterhelper.(*metricsSenderWithObservability).send
2022-03-25T10:19:59.926080500Z go.opentelemetry.io/[email protected]/exporter/exporterhelper/metrics.go:133
2022-03-25T10:19:59.926084400Z go.opentelemetry.io/collector/exporter/exporterhelper.(*queuedRetrySender).start.func1
2022-03-25T10:19:59.926086700Z go.opentelemetry.io/[email protected]/exporter/exporterhelper/queued_retry_inmemory.go:118
2022-03-25T10:19:59.926088900Z go.opentelemetry.io/collector/exporter/exporterhelper/internal.consumerFunc.consume
2022-03-25T10:19:59.926091400Z go.opentelemetry.io/[email protected]/exporter/exporterhelper/internal/bounded_memory_queue.go:99
2022-03-25T10:19:59.926093800Z go.opentelemetry.io/collector/exporter/exporterhelper/internal.(*boundedMemoryQueue).StartConsumers.func2
2022-03-25T10:19:59.926096200Z go.opentelemetry.io/[email protected]/exporter/exporterhelper/internal/bounded_memory_queue.go:78 Using the metrics_schema: telegraf-prometheus-v2: otel-clct-container | 2022-03-25T10:30:18.241Z error exporterhelper/queued_retry.go:183 Exporting failed. The error is not retryable. Dropping data. {"kind": "exporter", "name": "influxdb", "error": "Perma
nent error: failed to convert OTLP metric to line protocol: unsupported non-monotonic sum 'runtime.jvm.memory.pool'", "dropped_items": 35}
otel-clct-container | go.opentelemetry.io/collector/exporter/exporterhelper.(*retrySender).send
otel-clct-container | go.opentelemetry.io/[email protected]/exporter/exporterhelper/queued_retry.go:183
otel-clct-container | go.opentelemetry.io/collector/exporter/exporterhelper.(*metricsSenderWithObservability).send
otel-clct-container | go.opentelemetry.io/[email protected]/exporter/exporterhelper/metrics.go:133
otel-clct-container | go.opentelemetry.io/collector/exporter/exporterhelper.(*queuedRetrySender).start.func1
otel-clct-container | go.opentelemetry.io/[email protected]/exporter/exporterhelper/queued_retry_inmemory.go:118
otel-clct-container | go.opentelemetry.io/collector/exporter/exporterhelper/internal.consumerFunc.consume
otel-clct-container | go.opentelemetry.io/[email protected]/exporter/exporterhelper/internal/bounded_memory_queue.go:99
otel-clct-container | go.opentelemetry.io/collector/exporter/exporterhelper/internal.(*boundedMemoryQueue).StartConsumers.func2
otel-clct-container | go.opentelemetry.io/[email protected]/exporter/exporterhelper/internal/bounded_memory_queue.go:78 Any suggestion? Thank you |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We are trying to send metrics to InfluxDB through the influxdb exporter (provided by the contrib project) and we are experiencing this error:
This is the OTel collector configuration:
Do you have any suggestions?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions