- Nov 10, 2016
-
-
Cameron Sparr authored
closes #2023
-
- Nov 07, 2016
-
-
John Engelman authored
-
- Nov 04, 2016
-
-
Cameron Sparr authored
-
John Engelman authored
Also don't use named returns in fetchNamespaceMetrics since it's non-standard for the rest of the codebase.
-
- Nov 03, 2016
-
-
Cameron Sparr authored
closes #1564 also add unit and benchmark tests
-
Johannes Rudolph authored
I think this is a copy paste bug? ;-)
-
Cameron Sparr authored
primarily for a fix in Windows network counter getting code closes #1949
-
Cameron Sparr authored
-
Cameron Sparr authored
-
Cameron Sparr authored
-
Cameron Sparr authored
-
Matteo Cerutti authored
-
- Nov 02, 2016
-
-
Prunar authored
Typo
-
- Oct 27, 2016
-
-
Cameron Sparr authored
fixes #1956
-
albundy83 authored
-
Cameron Sparr authored
closes #1936
-
- Oct 26, 2016
-
-
Paulo Pires authored
* NATS output plug-in now retries to reconnect forever after a lost connection. * NATS input plug-in now retries to reconnect forever after a lost connection. * Fixes #1953
-
Jonathan Chauncey authored
fixes #1933
-
- Oct 25, 2016
-
-
Cameron Sparr authored
-
Cameron Sparr authored
closes #1925
-
Priyank Trivedi authored
-
Cameron Sparr authored
-
Cameron Sparr authored
closes #1926
-
Alex Zorin authored
-
- Oct 24, 2016
-
-
Cameron Sparr authored
-
Cameron Sparr authored
in this commit: - chunks out the http request body to avoid making very large allocations. - establishes a limit for the maximum http request body size that the listener will accept. - utilizes a pool of byte buffers to reduce GC pressure.
-
- Oct 21, 2016
-
-
John Hu authored
-
- Oct 17, 2016
-
-
David Norton authored
feat(kubernetes): Add kubernetes input plugin
-
Jonathan Chauncey authored
closes #1774
-
Cameron Sparr authored
closes #1742
-
- 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
-