Update changelog

This commit is contained in:
Daniel Nelson 2018-02-05 12:55:22 -08:00
parent 1ab0153cb5
commit 02892404d0
1 changed files with 8 additions and 1 deletions

View File

@ -18,9 +18,15 @@
- The `sqlserver` input plugin has a new query and data model that can be enabled
by setting `query_version = 2`. It is encouraged to migrate to the new
model when possible as the old version is deprectated and will be removed in
model when possible as the old version is deprecated and will be removed in
a future version.
- An option has been added to the `openldap` input plugin that reverses metric
name to improve grouping. This change is enabled when `reverse_metric_names = true`
is set. It is encouraged to enable this option when possible as the old
ordering is deprecated.
### New Plugins
- [ipset](./plugins/inputs/ipset/README.md) - Thanks to @sajoupa
@ -49,6 +55,7 @@
- [#3719](https://github.com/influxdata/telegraf/pull/3719): Add TLS and HTTP basic auth to prometheus_client output.
- [#3618](https://github.com/influxdata/telegraf/pull/3618): Add new sqlserver output data model.
- [#3559](https://github.com/influxdata/telegraf/pull/3559): Add native Go method for finding pids to procstat.
- [#3722](https://github.com/influxdata/telegraf/pull/3722): Add additional metrics and reverse metric names option to openldap.
### Bugfixes