- Jan 27, 2017
-
-
Cameron Sparr authored
-
Fabio Berchtold authored
* rename to riemann_legacy Signed-off-by:
Fabio Berchtold <fabio.berchtold@swisscom.com> * initial draft for Riemann output plugin rewrite Signed-off-by:
Fabio Berchtold <fabio.berchtold@swisscom.com> * add unit tests Signed-off-by:
Fabio Berchtold <fabio.berchtold@swisscom.com> * add option to send string metrics as states Signed-off-by:
Fabio Berchtold <fabio.berchtold@swisscom.com> * add integration tests Signed-off-by:
Fabio Berchtold <fabio.berchtold@swisscom.com> * add plugin README.md Signed-off-by:
Fabio Berchtold <fabio.berchtold@swisscom.com> * bump riemann library * clarify settings description Signed-off-by:
Fabio Berchtold <fabio.berchtold@swisscom.com> * update Readme.md with updated description Signed-off-by:
Fabio Berchtold <fabio.berchtold@swisscom.com> * add Riemann event examples Signed-off-by:
Fabio Berchtold <fabio.berchtold@swisscom.com> * use full URL for Riemann server address Signed-off-by:
Fabio Berchtold <fabio.berchtold@swisscom.com> closes #1878
-
- Jan 26, 2017
-
-
Cameron Sparr authored
-
- Jan 25, 2017
-
-
Cameron Sparr authored
This changes the current use of the InfluxDB client to instead use a baked-in client that uses the fasthttp library. This allows for significantly smaller allocations, the re-use of http body buffers, and the re-use of the actual bytes of the line-protocol metric representations.
-
Cameron Sparr authored
closes #2256
-
- Jan 24, 2017
-
-
Jonas Hahnfeld authored
The changes in #1848 resulted in lines being dropped if they had an empty tag. Let's allow all lines that have empty or missing tags!
-
Kali Hernandez authored
Fixes #2106
-
Will Pearson authored
We were having problems with telegraf talking to carbon-relay-ng using the graphite output. When the carbon-relay-ng server restarted the connection the telegraf side would go into CLOSE_WAIT but telegraf would continue to send statistics through the connection. Reading around it seems you need to a read from the connection and see a EOF error. We've implemented this and added a test that replicates roughly the error we were having. Pair: @whpearson @joshmyers
-
Pierre Fersing authored
-
Pierre Fersing authored
Signed-off-by:
Pierre Fersing <pierre.fersing@bleemeo.com>
-
James authored
that handles them properly
-
Cameron Sparr authored
closes #1346 closes #2218
-
Cameron Sparr authored
If we write a batch of points and get a "field type conflict" error message in return, we should drop the entire batch of points because this indicates that one or more points have a type that doesnt match the database. These errors will never go away on their own, and InfluxDB will successfully write the points that dont have a conflict. closes #2245
-
- Jan 23, 2017
-
-
Cameron Sparr authored
doing this unblocks incoming metrics while waiting for a flush to take place. we have to create a semaphore so that we can 'skip' flushes that try to run while a flush is already running. closes #2262
-
Cameron Sparr authored
closes #2297
-
Cameron Sparr authored
closes #2299
-
- Jan 22, 2017
-
-
Claudius Zingerli authored
* Add documentation to diskio plugin * Update spelling, fix iops_in_progress unit
-
- Jan 13, 2017
-
-
Cameron Sparr authored
-
Cameron Sparr authored
-
Pierre Fersing authored
-
Cameron Sparr authored
-
acezellponce authored
* Added GatherUserStatistics, row Uptime in gatherGlobalStatuses, and version fields & tags * Updated README file * pulling in latest from master * ran go fmt to fix formatting * fix unreachable code * few fixes * cleaning up and applying suggestions from sparrc
-
Viet Hung Nguyen authored
-
Cameron Sparr authored
-
Kebus1 authored
-
Cameron Sparr authored
-
Cameron Sparr authored
I don't like this behavior, but it's what InfluxDB accepts, so the telegraf listener should be consistent with that. I accidentally reverted this behavior when I refactored the telegraf metric representation earlier in this release cycle.
-
- Jan 12, 2017
-
-
Cameron Sparr authored
-
Patrick Hemmer authored
-
Mohammad Ali Alfarra authored
* Document basic auth for haproxy * Typo in haproxy readme
-
- Jan 11, 2017
-
-
Cameron Sparr authored
closes #2248
-
Emil Haugbergsmyr authored
* Fixes change to the error api in the kafka project. * Updated test to reflect the change. * Update kafka to match master branch.
-
- Jan 09, 2017
-
-
Kurt Mackey authored
* Fix for broken librato output These errors are delightful, but I'd rather avoid them: ``` Error parsing /etc/telegraf/telegraf.conf, line 2: field corresponding to `api_user' is not defined in `*librato.Librato' ``` * Fixed bad format from last commit
-
Patrick Hemmer authored
-
Jérôme Vizcaino authored
-
Cameron Sparr authored
-
- Jan 06, 2017
-
-
Cameron Sparr authored
closes #2209
-
- Dec 21, 2016
-
-
YKlausz authored
-
Dominik Labuda authored
-
Cameron Sparr authored
closes #2027
-