telegraf/plugins
Cameron Sparr a65447d22e Use mysql.ParseDSN func instead of url.Parse
The MySQL DB driver has it's own DSN parsing function. Previously we
were using the url.Parse function, but this causes problems because a
valid MySQL DSN can be an invalid http URL, namely when using some
special characters in the password.

This change uses the MySQL DB driver's builtin ParseDSN function and
applies a timeout parameter natively via that.

Another benefit of this change is that we fail earlier if given an
invalid MySQL DSN.

closes #870
closes #1842
2016-10-12 17:10:28 +01:00
..
aggregators Fixup some code based on feedback from @dgnorton 2016-10-12 14:50:19 +01:00
inputs Use mysql.ParseDSN func instead of url.Parse 2016-10-12 17:10:28 +01:00
outputs Add riemann output plugin deprecation message 2016-10-11 12:28:20 +01:00
parsers Update influxdb dependency for new models.Tags 2016-10-12 14:50:19 +01:00
processors Change minmax aggregator to store float64 2016-10-12 14:50:19 +01:00
serializers sanitize parenthesis (#1701) 2016-09-05 14:30:40 +01:00