Update changelog

This commit is contained in:
Daniel Nelson 2020-04-14 12:19:43 -07:00
parent eb8d805370
commit 0fa92a686e
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 4 additions and 2 deletions

View File

@ -16,9 +16,11 @@
#### Bugfixes
- [#7236](https://github.com/influxdata/telegraf/pull/7236): Fix PerformanceCounter query performance degradation in sqlserver input.
- [#7258](https://github.com/influxdata/telegraf/pull/7258): Fix using the Name field in template processor.
- [#7236](https://github.com/influxdata/telegraf/issues/7236): Fix PerformanceCounter query performance degradation in sqlserver input.
- [#7257](https://github.com/influxdata/telegraf/issues/7257): Fix error when using the Name field in template processor.
- [#7289](https://github.com/influxdata/telegraf/pull/7289): Fix export timestamp not working for prometheus on v2.
- [#7310](https://github.com/influxdata/telegraf/issues/7310): Fix exclude database and retention policy tags is shared.
- [#7262](https://github.com/influxdata/telegraf/issues/7262): Fix status path when using globs in phpfpm.
## v1.14 [2020-03-26]