telegraf/plugins/outputs
Cameron Sparr 4a5d313693
Improve the InfluxDB through-put performance
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.
2017-01-25 11:54:16 -08:00
..
all 'discard' output plugin 2016-11-23 14:03:30 +00:00
amon Major Logging Overhaul 2016-10-03 17:13:03 +01:00
amqp Direct people to downloads page for installation 2017-01-13 17:02:10 +00:00
cloudwatch Fix up AWS plugin docs so they don't use single quotes. (#1991) 2016-11-04 13:16:41 +00:00
datadog Major Logging Overhaul 2016-10-03 17:13:03 +01:00
discard 'discard' output plugin 2016-11-23 14:03:30 +00:00
file file output plugin fixup 2016-12-02 11:36:22 +00:00
graphite Fix problem with graphite talking to closed connections (#2171) 2017-01-24 12:50:29 -08:00
graylog Graylog output should set short_message field 2016-12-13 16:10:59 +00:00
influxdb Improve the InfluxDB through-put performance 2017-01-25 11:54:16 -08:00
instrumental Fix unit tests for new metric implementation 2016-12-01 18:17:02 +00:00
kafka Kafka output fixup 2016-12-06 15:38:59 +00:00
kinesis Moved to using the inbuilt serializer. (#1942) 2016-12-20 18:49:28 +00:00
librato Fix for broken librato output (#2225) 2017-01-09 14:48:32 +00:00
mqtt Enable setting a clientID for MQTT Output 2016-12-13 20:03:09 +00:00
nats Implement telegraf's own full metric type 2016-12-01 18:17:02 +00:00
nsq Implement telegraf's own full metric type 2016-12-01 18:17:02 +00:00
opentsdb opentsdb: add tcp:// prefix if not present 2017-01-23 13:45:16 -08:00
prometheus_client Implement telegraf's own full metric type 2016-12-01 18:17:02 +00:00
riemann Add riemann output plugin deprecation message 2016-10-11 12:28:20 +01:00
registry.go Create public models for telegraf metrics, accumlator, plugins 2016-01-27 15:42:50 -07:00