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
In Influx, if we want to write a timestamp of our own, we can write like this insert measure1 timestamp1=15678267593i,name="Victoria"
and later fetch data based on the same, this works = "select * from measure1 where timestamp1=15678267593".
I do not understand how to enable the same with go influx client. I do not want to override time (using the Time field in Point structure).
Please let me know on how to enable the same or whether that functionality is supported in the existing influx go client or not.
The text was updated successfully, but these errors were encountered:
In Influx, if we want to write a timestamp of our own, we can write like this
insert measure1 timestamp1=15678267593i,name="Victoria"
and later fetch data based on the same, this works = "select * from measure1 where timestamp1=15678267593".
I do not understand how to enable the same with go influx client. I do not want to override time (using the Time field in Point structure).
Please let me know on how to enable the same or whether that functionality is supported in the existing influx go client or not.
The text was updated successfully, but these errors were encountered: