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

Fix #1075: write timestamps in microseconds #1076

Closed
wants to merge 1 commit into
base: master
from

Conversation

Projects
None yet
2 participants
@dgnorton
Contributor

dgnorton commented Oct 29, 2014

Make collectd plugin write timestamps in microseconds instead of
milliseconds.

Fix #1075: write timestamps in microseconds
Make collectd plugin write timestamps in microseconds instead of
milliseconds.

@dgnorton dgnorton self-assigned this Oct 29, 2014

@dgnorton dgnorton added review and removed 2 - Working labels Oct 29, 2014

@dgnorton dgnorton closed this in a428042 Oct 29, 2014

@dgnorton dgnorton removed the review label Oct 29, 2014

@mirath

This comment has been minimized.

Show comment
Hide comment
@mirath

mirath Nov 5, 2014

I'm having trouble setting up a Grafana+InfluxDB+Collectd setup. I've indentified that the problem lies in relative time queries (ie. time > now() - 30s). Is this fix related to my troubles? when can I expect it to be released to the latest Ubuntu release?

mirath commented Nov 5, 2014

I'm having trouble setting up a Grafana+InfluxDB+Collectd setup. I've indentified that the problem lies in relative time queries (ie. time > now() - 30s). Is this fix related to my troubles? when can I expect it to be released to the latest Ubuntu release?

@dgnorton

This comment has been minimized.

Show comment
Hide comment
@dgnorton

dgnorton Nov 5, 2014

Contributor

@mirath It probably is related. This fix will be part of of the next release (v0.8.6) but I'm not sure exactly when.

Contributor

dgnorton commented Nov 5, 2014

@mirath It probably is related. This fix will be part of of the next release (v0.8.6) but I'm not sure exactly when.

@dgnorton dgnorton deleted the fix-1075 branch Dec 9, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment