Change [tags] to [global_tags] to deal with toml bug

closes #662
This commit is contained in:
Cameron Sparr
2016-02-08 15:56:43 -07:00
parent b55a93a3e1
commit 6b06a23102
5 changed files with 9 additions and 8 deletions

View File

@@ -7,6 +7,7 @@
### Bugfixes
- [#443](https://github.com/influxdata/telegraf/issues/443): Fix Ping command timeout parameter on Linux.
- [#662](https://github.com/influxdata/telegraf/pull/667): Change `[tags]` to `[global_tags]` to fix multiple-plugin tags bug.
## v0.10.2 [2016-02-04]