- Oct 12, 2016
-
-
Cameron Sparr authored
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
-
Cameron Sparr authored
closes #1344
-
Cameron Sparr authored
-
Cameron Sparr authored
closes #1771
-
Cameron Sparr authored
-
Cameron Sparr authored
-
Cameron Sparr authored
-
Cameron Sparr authored
-
Cameron Sparr authored
-
Cameron Sparr authored
-
Cameron Sparr authored
-
Cameron Sparr authored
allows for easier addition of a sliding window at a later time. Also makes `period` be a generic argument for all aggregator plugins.
-
Cameron Sparr authored
-
Cameron Sparr authored
closes #1726
-
Cameron Sparr authored
closes #1886
-
Patrick Hemmer authored
-
- Oct 11, 2016
-
-
Cameron Sparr authored
Previously, the graphite parser would simply overwrite any template that had an identical filter to a previous template. This included the empty filter. Now we will still overwrite, but first we will sort to make sure that the most "specific" template always matches. closes #1731
-
Cameron Sparr authored
-
Cameron Sparr authored
-
Eric authored
closes #1793
-
Eric authored
Fixed json serialization to make sure only value type supported by OpenTSDB are sent and made sure we send numbers un-quoted event though OpenTSDB API accepts them as this is not clean json.
-
Marko Crnic authored
closes #1700
-
Marko Crnic authored
-
Marko Crnic authored
-
Marko Crnic authored
-
Marko Crnic authored
Map holding expected results was defined in multiple places, making test cases a bit hard to read. This way we can change our expectations of good results in one place and have them affect multiple test cases.
-
Marko Crnic authored
This behaviour was introduced along with socket support, but never got documented properly.
-
Marko Crnic authored
-
Marko Crnic authored
-
Stian Øvrevåge authored
Added a standard example for collecting interface metrics from switches or routers and tagging them properly. closes #1666
-
Cameron Sparr authored
-
- Oct 10, 2016
-
-
Cameron Sparr authored
fixes #1810
-
- Oct 07, 2016
-
-
Edie Zhang authored
closes #1861
-
- Oct 06, 2016
-
-
Cameron Sparr authored
-
Ririsoft authored
Let's align to InfluxDB 1.0 logging policy and log to systemd journal by default. closes #1732
-
James Carr authored
-
Cameron Sparr authored
-
Patrick Hemmer authored
-
zensqlmonitor authored
Issue #1854
-