Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Writing own timestamp as tag to Influx #48

Open
Gunakk opened this issue Oct 7, 2020 · 1 comment
Open

Writing own timestamp as tag to Influx #48

Gunakk opened this issue Oct 7, 2020 · 1 comment

Comments

@Gunakk
Copy link

Gunakk commented Oct 7, 2020

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.

@Gunakk
Copy link
Author

Gunakk commented Oct 19, 2020

Any Update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant