[Docker Plugin] add server hostname for each docker measurements (#1599)

* add server hostname for each docker measurements

* update CHANGELOG

* move feature to v1.1

* tweak docker_engine_host tag
This commit is contained in:
aaron jheng
2016-09-06 15:37:46 +08:00
committed by Cameron Sparr
parent 50ef3282b6
commit 49ea4e9f39
3 changed files with 15 additions and 8 deletions

View File

@@ -15,6 +15,7 @@
- [#1539](https://github.com/influxdata/telegraf/pull/1539): Added capability to send metrics through Http API for OpenTSDB.
- [#1471](https://github.com/influxdata/telegraf/pull/1471): iptables input plugin.
- [#1542](https://github.com/influxdata/telegraf/pull/1542): Add filestack webhook plugin.
- [#1599](https://github.com/influxdata/telegraf/pull/1599): Add server hostname for each docker measurements.
### Bugfixes