Update changelog and readme

This commit is contained in:
Daniel Nelson 2017-08-02 18:02:41 -07:00
parent 137b312fa9
commit 360d03e301
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
2 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,7 @@
- [fluentd](./plugins/inputs/fluentd/README.md) - Thanks to @DanKans - [fluentd](./plugins/inputs/fluentd/README.md) - Thanks to @DanKans
- [openldap](./plugins/inputs/openldap/README.md) - Thanks to @cobaugh - [openldap](./plugins/inputs/openldap/README.md) - Thanks to @cobaugh
- [histogram](./plugins/aggregators/histogram/README.md) - Thanks to @vlamug - [histogram](./plugins/aggregators/histogram/README.md) - Thanks to @vlamug
- [zipkin](./plugins/inputs/zipkin/README.md) - Thanks to @adamperlin & @Ayrdrie
### Features ### Features
@ -48,6 +49,7 @@
- [#3054](https://github.com/influxdata/telegraf/pull/3054): Add redis_version field to redis input. - [#3054](https://github.com/influxdata/telegraf/pull/3054): Add redis_version field to redis input.
- [#3063](https://github.com/influxdata/telegraf/pull/3063): Add tls options to docker input. - [#3063](https://github.com/influxdata/telegraf/pull/3063): Add tls options to docker input.
- [#2387](https://github.com/influxdata/telegraf/pull/2387): Add histogram aggregator plugin. - [#2387](https://github.com/influxdata/telegraf/pull/2387): Add histogram aggregator plugin.
- [#3080](https://github.com/influxdata/telegraf/pull/3080): Add zipkin input plugin.
### Bugfixes ### Bugfixes

View File

@ -139,6 +139,7 @@ configuration options.
* [mailchimp](./plugins/inputs/mailchimp) * [mailchimp](./plugins/inputs/mailchimp)
* [memcached](./plugins/inputs/memcached) * [memcached](./plugins/inputs/memcached)
* [mesos](./plugins/inputs/mesos) * [mesos](./plugins/inputs/mesos)
* [minecraft](./plugins/inputs/minecraft)
* [mongodb](./plugins/inputs/mongodb) * [mongodb](./plugins/inputs/mongodb)
* [mysql](./plugins/inputs/mysql) * [mysql](./plugins/inputs/mysql)
* [net_response](./plugins/inputs/net_response) * [net_response](./plugins/inputs/net_response)
@ -146,6 +147,7 @@ configuration options.
* [nsq](./plugins/inputs/nsq) * [nsq](./plugins/inputs/nsq)
* [nstat](./plugins/inputs/nstat) * [nstat](./plugins/inputs/nstat)
* [ntpq](./plugins/inputs/ntpq) * [ntpq](./plugins/inputs/ntpq)
* [openldap](./plugins/inputs/openldap)
* [phpfpm](./plugins/inputs/phpfpm) * [phpfpm](./plugins/inputs/phpfpm)
* [phusion passenger](./plugins/inputs/passenger) * [phusion passenger](./plugins/inputs/passenger)
* [ping](./plugins/inputs/ping) * [ping](./plugins/inputs/ping)
@ -202,6 +204,7 @@ Telegraf can also collect metrics via the following service plugins:
* [mandrill](./plugins/inputs/webhooks/mandrill) * [mandrill](./plugins/inputs/webhooks/mandrill)
* [rollbar](./plugins/inputs/webhooks/rollbar) * [rollbar](./plugins/inputs/webhooks/rollbar)
* [papertrail](./plugins/inputs/webhooks/papertrail) * [papertrail](./plugins/inputs/webhooks/papertrail)
* [zipkin](./plugins/inputs/zipkin)
Telegraf is able to parse the following input data formats into metrics, these Telegraf is able to parse the following input data formats into metrics, these
formats may be used with input plugins supporting the `data_format` option: formats may be used with input plugins supporting the `data_format` option:
@ -220,6 +223,7 @@ formats may be used with input plugins supporting the `data_format` option:
## Aggregator Plugins ## Aggregator Plugins
* [minmax](./plugins/aggregators/minmax) * [minmax](./plugins/aggregators/minmax)
* [histogram](./plugins/aggregators/histogram)
## Output Plugins ## Output Plugins