- Oct 12, 2016
-
-
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
-
- Oct 05, 2016
-
-
Cameron Sparr authored
-
Patrick Hemmer authored
-
- Oct 04, 2016
-
-
Patrick Hemmer authored
closes #1848 closes #1835
-
Patrick Hemmer authored
-
- Oct 03, 2016
-
-
Cameron Sparr authored
-
Cameron Sparr authored
in this commit: - centralize logging output handler. - set global Info/Debug/Error log levels based on config file or flags. - remove per-plugin debug arg handling. - add a I!, D!, or E! to every log message. - add configuration option to specify where to send logs. closes #1786
-
- Sep 29, 2016
-
-
Cameron Sparr authored
this will prevent potential very large allocations due to a very large chunk size send from a client. fixes #1823
-
- Sep 28, 2016
-
-
Cameron Sparr authored
-
zensqlmonitor authored
-
Peter Murray authored
-
Łukasz Harasimowicz authored
Due to quite real problem of generating vast number of data series through mesos tasks metrics this feature is disabled until better solution is found.
-
Łukasz Harasimowicz authored
Tagging values by executor_id can create quite a lot data series in InfluxDB so we should stick to framework_id and server.
-
Cameron Sparr authored
closes #1137
-
Cameron Sparr authored
closes #1517
-
Cameron Sparr authored
max-repetitions = 10 is the default of net-snmp utils according to http://net-snmp.sourceforge.net/docs/man/snmpbulkwalk.html retries = 3 is the default of gosnmp: https://godoc.org/github.com/soniah/gosnmp#pkg-variables Could deal with some parts of the performance issues reported by #1665
-