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

Write to Series or Measurements #158

Closed
lxxdn opened this issue Aug 11, 2016 · 1 comment
Closed

Write to Series or Measurements #158

lxxdn opened this issue Aug 11, 2016 · 1 comment

Comments

@lxxdn
Copy link

lxxdn commented Aug 11, 2016

Hi, I'm new to influxdb.

I've got question that from the inflxudb documentation v0.13, the write API is always writing to a certain measurement.

While from the influxdb gem, it's always talking about writing to a series.

Is there any difference? Thanks!

@dmke
Copy link
Contributor

dmke commented Aug 12, 2016

Yeah, measurements and series mean the same thing in this Gem.

My guess is, that this is a leftover from the 0.8-to-0.9 transition (when InfluxDB itself has had a change in that area). I'm willing to add code which accepts both series and measurement as hash key for a data point (and deprecate the series key). A pull request has a high propability to get merged ;-)

(note to self: #152)

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

2 participants