You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior:
The data should be sent with seconds time precision.
Actual behavior:
The data is sent with nanoseconds time precision, and is not recognized by Influx since its timestamp is in seconds.
Here's a screenshot of pcap POST request packet:
You can see that the precision used is ns instead of s.
Specifications:
Client Version: 2.9.0
InfluxDB Version: 2.6.1
Platform: Alpine Linux v3.17
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Instantiate the session similarly to:
Expected behavior:
The data should be sent with seconds time precision.
Actual behavior:
The data is sent with nanoseconds time precision, and is not recognized by Influx since its timestamp is in seconds.
Here's a screenshot of pcap POST request packet:
You can see that the precision used is ns instead of s.
Specifications:
The text was updated successfully, but these errors were encountered: