-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Use InfluxDB client v2 #280
Comments
sparrc
added a commit
that referenced
this issue
Oct 16, 2015
sparrc
added a commit
that referenced
this issue
Oct 16, 2015
sparrc
added a commit
that referenced
this issue
Oct 16, 2015
sparrc
added a commit
that referenced
this issue
Oct 16, 2015
sparrc
added a commit
that referenced
this issue
Oct 16, 2015
sparrc
added a commit
that referenced
this issue
Oct 17, 2015
sparrc
added a commit
that referenced
this issue
Oct 20, 2015
sparrc
added a commit
that referenced
this issue
Oct 20, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Old client is deprecated, v2 client supports specifying fields and precision better.
Because the new client does not store Tags (only on each point), this will probably require the
Accumulator
to maintain a map of default tags that get applied whenAdd
is called.The text was updated successfully, but these errors were encountered: