You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same incorrect time values I get using collectl with InfluxDB.
I'm quite new to golang and thus I presume there is just some typo in graphite.go#L97 in function parameters to time.Unix where seconds are set to zero.
Is it justified to change the line to: timestamp := time.Unix(unixTime, 0)
?
The text was updated successfully, but these errors were encountered:
…ub-package so it can be reused (#2077)
* refactor(cmd/influxd): move driver code for influxd main package to sub-package so it can be reused.
* chore(query/influxql): moved query_test.go and requisite files to the influxql dir to be closer to the code it tests. (#2013)
Hi,
Using master branch and Graphite plugin enabled I get the following:
The same incorrect time values I get using collectl with InfluxDB.
I'm quite new to golang and thus I presume there is just some typo in graphite.go#L97 in function parameters to time.Unix where seconds are set to zero.
Is it justified to change the line to:
timestamp := time.Unix(unixTime, 0)
?
The text was updated successfully, but these errors were encountered: