agent and tags configs sometimes not applied

closes #1090
This commit is contained in:
Cameron Sparr
2016-04-29 16:12:15 -06:00
parent a30b1a394f
commit 4e9798d0e6
2 changed files with 29 additions and 10 deletions

View File

@@ -87,6 +87,7 @@ based on _prefix_ in addition to globs. This means that a filter like
- [#1118](https://github.com/influxdata/telegraf/pull/1118): Sanitize Counter names for `win_perf_counters` input.
- [#1125](https://github.com/influxdata/telegraf/pull/1125): Wrap all exec command runners with a timeout, so hung os processes don't halt Telegraf.
- [#1113](https://github.com/influxdata/telegraf/pull/1113): Set MaxRetry and RequiredAcks defaults in Kafka output.
- [#1090](https://github.com/influxdata/telegraf/issues/1090): [agent] and [global_tags] config sometimes not getting applied.
## v0.12.1 [2016-04-14]