-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
What were you trying to achieve?
In the latest SuperMQ code implementation, the process of retrieving SenML-formatted data from NATS incorporates timestamp conversion to nanosecond precision. However, the InfluxDB writer component exhibits incompatibility with nanosecond-granularity timestamps. The specific code artifacts responsible for this discrepancy are identified at:
supermq/pkg/transformers/senml/transformer.go:70
(Nanosecond conversion logic for SenML timestamps)
supermq-contrib/consumers/writers/influxdb/consumer.go:131
(InfluxDB timestamp ingestion handler)
What are the expected results?
Write data correctly
What are the received results?
Unable to write data
Steps To Reproduce
No response
In what environment did you encounter the issue?
In the latest code
Additional information you deem important
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed

