2015-08-13 21:44:46 +00:00
|
|
|
## v0.1.6 [unreleased]
|
|
|
|
|
|
|
|
### Features
|
2015-08-18 21:58:47 +00:00
|
|
|
[#112](https://github.com/influxdb/telegraf/pull/112): Datadog output. Thanks @jipperinbham!
|
|
|
|
[#116](https://github.com/influxdb/telegraf/pull/116): Use godep to vendor all dependencies
|
2015-08-13 21:44:46 +00:00
|
|
|
|
|
|
|
### Bugfixes
|
2015-08-18 21:58:47 +00:00
|
|
|
[#113](https://github.com/influxdb/telegraf/issues/113): Update README with Telegraf/InfluxDB compatibility
|
|
|
|
[#118](https://github.com/influxdb/telegraf/pull/118): Fix for disk usage stats in Windows. Thanks @srfraser!
|
2015-08-13 21:44:46 +00:00
|
|
|
|
|
|
|
## v0.1.5 [2015-08-13]
|
2015-08-07 21:41:54 +00:00
|
|
|
|
|
|
|
### Features
|
|
|
|
- [#54](https://github.com/influxdb/telegraf/pull/54): MongoDB plugin. Thanks @jipperinbham!
|
|
|
|
- [#55](https://github.com/influxdb/telegraf/pull/55): Elasticsearch plugin. Thanks @brocaar!
|
|
|
|
- [#71](https://github.com/influxdb/telegraf/pull/71): HAProxy plugin. Thanks @kureikain!
|
|
|
|
- [#72](https://github.com/influxdb/telegraf/pull/72): Adding TokuDB metrics to MySQL. Thanks vadimtk!
|
|
|
|
- [#73](https://github.com/influxdb/telegraf/pull/73): RabbitMQ plugin. Thanks @ianunruh!
|
2015-08-10 21:59:56 +00:00
|
|
|
- [#77](https://github.com/influxdb/telegraf/issues/77): Automatically create database.
|
2015-08-07 21:41:54 +00:00
|
|
|
- [#79](https://github.com/influxdb/telegraf/pull/56): Nginx plugin. Thanks @codeb2cc!
|
|
|
|
- [#86](https://github.com/influxdb/telegraf/pull/86): Lustre2 plugin. Thanks srfraser!
|
|
|
|
- [#91](https://github.com/influxdb/telegraf/pull/91): Unit testing
|
|
|
|
- [#92](https://github.com/influxdb/telegraf/pull/92): Exec plugin. Thanks @alvaromorales!
|
|
|
|
- [#98](https://github.com/influxdb/telegraf/pull/98): LeoFS plugin. Thanks @mocchira!
|
2015-08-11 01:22:39 +00:00
|
|
|
- [#103](https://github.com/influxdb/telegraf/pull/103): Filter by metric tags. Thanks @srfraser!
|
2015-08-11 17:04:50 +00:00
|
|
|
- [#106](https://github.com/influxdb/telegraf/pull/106): Options to filter plugins on startup. Thanks @zepouet!
|
2015-08-12 17:08:45 +00:00
|
|
|
- [#107](https://github.com/influxdb/telegraf/pull/107): Multiple outputs beyong influxdb. Thanks @jipperinbham!
|
2015-08-13 20:36:18 +00:00
|
|
|
- [#108](https://github.com/influxdb/telegraf/issues/108): Support setting per-CPU and total-CPU gathering.
|
|
|
|
- [#111](https://github.com/influxdb/telegraf/pull/111): Report CPU Usage in cpu plugin. Thanks @jpalay!
|
2015-08-07 21:41:54 +00:00
|
|
|
|
|
|
|
### Bugfixes
|
|
|
|
- [#85](https://github.com/influxdb/telegraf/pull/85): Fix GetLocalHost testutil function for mac users
|
|
|
|
- [#89](https://github.com/influxdb/telegraf/pull/89): go fmt fixes
|
|
|
|
- [#94](https://github.com/influxdb/telegraf/pull/94): Fix for issue #93, explicitly call sarama.v1 -> sarama
|
2015-08-11 17:27:43 +00:00
|
|
|
- [#101](https://github.com/influxdb/telegraf/issues/101): switch back from master branch if building locally
|
2015-08-14 15:54:40 +00:00
|
|
|
- [#99](https://github.com/influxdb/telegraf/issues/99): update integer output to new InfluxDB line protocol format
|
2015-08-07 21:41:54 +00:00
|
|
|
|
2015-07-09 18:19:49 +00:00
|
|
|
## v0.1.4 [2015-07-09]
|
|
|
|
|
|
|
|
### Features
|
|
|
|
- [#56](https://github.com/influxdb/telegraf/pull/56): Update README for Kafka plugin. Thanks @EmilS!
|
|
|
|
|
|
|
|
### Bugfixes
|
|
|
|
- [#50](https://github.com/influxdb/telegraf/pull/50): Fix init.sh script to use telegraf directory. Thanks @jseriff!
|
|
|
|
- [#52](https://github.com/influxdb/telegraf/pull/52): Update CHANGELOG to reference updated directory. Thanks @benfb!
|
|
|
|
|
2015-07-05 23:58:13 +00:00
|
|
|
## v0.1.3 [2015-07-05]
|
|
|
|
|
|
|
|
### Features
|
2015-07-06 22:26:31 +00:00
|
|
|
- [#35](https://github.com/influxdb/telegraf/pull/35): Add Kafka plugin. Thanks @EmilS!
|
|
|
|
- [#47](https://github.com/influxdb/telegraf/pull/47): Add RethinkDB plugin. Thanks @jipperinbham!
|
2015-07-05 23:58:13 +00:00
|
|
|
|
|
|
|
### Bugfixes
|
2015-07-06 22:26:31 +00:00
|
|
|
- [#45](https://github.com/influxdb/telegraf/pull/45): Skip disk tags that don't have a value. Thanks @jhofeditz!
|
|
|
|
- [#43](https://github.com/influxdb/telegraf/pull/43): Fix bug in MySQL plugin. Thanks @marcosnils!
|
2015-07-05 23:58:13 +00:00
|
|
|
|
2015-07-01 19:36:52 +00:00
|
|
|
## v0.1.2 [2015-07-01]
|
2015-06-20 19:16:39 +00:00
|
|
|
|
|
|
|
### Features
|
2015-07-06 22:26:31 +00:00
|
|
|
- [#12](https://github.com/influxdb/telegraf/pull/12): Add Linux/ARM to the list of built binaries. Thanks @voxxit!
|
|
|
|
- [#14](https://github.com/influxdb/telegraf/pull/14): Clarify the S3 buckets that Telegraf is pushed to.
|
|
|
|
- [#16](https://github.com/influxdb/telegraf/pull/16): Convert Redis to use URI, support Redis AUTH. Thanks @jipperinbham!
|
|
|
|
- [#21](https://github.com/influxdb/telegraf/pull/21): Add memcached plugin. Thanks @Yukki!
|
2015-06-20 19:16:39 +00:00
|
|
|
|
|
|
|
### Bugfixes
|
2015-07-06 22:26:31 +00:00
|
|
|
- [#13](https://github.com/influxdb/telegraf/pull/13): Fix the packaging script.
|
|
|
|
- [#19](https://github.com/influxdb/telegraf/pull/19): Add host name to metric tags. Thanks @sherifzain!
|
|
|
|
- [#20](https://github.com/influxdb/telegraf/pull/20): Fix race condition with accumulator mutex. Thanks @nkatsaros!
|
|
|
|
- [#23](https://github.com/influxdb/telegraf/pull/23): Change name of folder for packages. Thanks @colinrymer!
|
|
|
|
- [#32](https://github.com/influxdb/telegraf/pull/32): Fix spelling of memoory -> memory. Thanks @tylernisonoff!
|
2015-06-20 19:16:39 +00:00
|
|
|
|
|
|
|
## v0.1.1 [2015-06-19]
|
|
|
|
|
|
|
|
### Release Notes
|
|
|
|
|
|
|
|
This is the initial release of Telegraf.
|