logstash-plugins / logstash-output-influxdb

Apache License 2.0
58 stars 77 forks source link

Fixed time_precision to match Influxdb's expected values #23

Closed contentfree closed 9 years ago

contentfree commented 9 years ago

This will correctly use the time_precision as configured

jordansissel commented 9 years ago

This PR's description is very specific ("Fix time_precision ...") but there are 14 commits and much of it seems unrelated to time_precision. Can you file these as separate PRs for easier reviewing and testing?

contentfree commented 9 years ago

Yeah. I believe that my pull request was from several commits ago (…should've made them on a separate branch). I'll close this pull request actually since it's specific to Influxdb 0.9 now.

Speaking of the imminent release of Influxdb: It is backwards incompatible. How do you want to handle that fact? Should the plugin track with the latest stable release? (Probably.)