- Nov 16, 2016
-
-
Pieter Slabbert authored
* Trim null characters in Value data format Some producers (such as the paho embedded c mqtt client) add a null character "\x00" to the end of a message. The Value parser would fail on any message from such a producer. * Trim whitespace and null in all Value data formats * No unnecessary reassignments in Value data format parser * Update change log for Value data format fix
-
- Nov 15, 2016
-
-
John Engelman authored
-
Toni Moreno authored
* added connection Timeout parámeter, basic HTTP autentication and HTTP support with Sslskipverify option * updated README.md * added optional SSL config , changed timeout name and type , and other minor fixes * added some code style improvements * Update README.md
-
Cameron Sparr authored
-
Mike Ragalie authored
* Cache and expire metrics for prometheus output * Fix test * Use interval.Duration * Default prometheus expiration interval to 60s * Update changelog
-
Sebastian Borza authored
* patching udp_listener for fun updating with errcode adding debug flags to temp msgs moving from debug to info * updating PR 1883 based on feedback
-
- Nov 11, 2016
-
-
Todd Persen authored
Fix single quote parsing of TOML durations
-
- Nov 10, 2016
-
-
Cameron Sparr authored
closes #2023
-
- Nov 08, 2016
-
-
Cameron Sparr authored
- fully document aggregator and processor plugins - improve readme.md closes #1989
-
- 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
-