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

Line protocol works #19

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Line protocol works #19

wants to merge 6 commits into from

Conversation

kapilratnani
Copy link

No description provided.

fields: { value: events[0]['value'] }
}
var payload = {
name: name,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We seems to have a regression here. During some of the last RCs to come out, "name" became "measurement" and "timestamp" became "time" in the write API. This commit changed addressed that: 926fdb7. I later found in testing that v0.9.0 didn't seem to like you telling it the timestamp to use: 5bd942e. That may be a bug. At the same time, InfluxDB now handles that for you so what is gained by statsd doing it for you? I didn't see one so I removed it from the v09 event report though not the logic that v08 still used.

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

Successfully merging this pull request may close these issues.

2 participants