Update release notes for 1.5

This commit is contained in:
Daniel Nelson 2018-01-04 18:05:21 -08:00
parent b9fa390881
commit 279d38b79a
1 changed files with 5 additions and 0 deletions

View File

@ -66,6 +66,11 @@
plugin is deprecated and will be removed in a future release. Users of this
plugin are encouraged to update to the new `jolokia2` plugin.
- In the `postgresql` and `postgresql_extensible` plugins, the type of the oid
data type has changed from string to integer. It is recommended to drop
affected fields until a new shard is started. For details on how to
workaround this issue please see [#3622](https://github.com/influxdata/telegraf/issues/3622).
### Features
- [#3170](https://github.com/influxdata/telegraf/pull/3170): Add support for sharding based on metric name.