Update CHANGELOG.md

This commit is contained in:
Steven Soroka 2020-07-02 12:00:32 -04:00
parent 0efcca3c33
commit d259515774
2 changed files with 5 additions and 0 deletions

View File

@ -30,12 +30,15 @@
#### New Processors #### New Processors
- [defaults](/plugins/processors/defaults/README.md) - Contributed by @jregistr - [defaults](/plugins/processors/defaults/README.md) - Contributed by @jregistr
- [execd](/plugins/processors/execd/README.md) - Contributed by @influxdata
- [filepath](/plugins/processors/filepath/README.md) - Contributed by @kir4h - [filepath](/plugins/processors/filepath/README.md) - Contributed by @kir4h
- [reverse_dns](/plugins/processors/reverse_dns/README.md) - Contributed by @influxdata
- [starlark](/plugins/processors/starlark/README.md) - Contributed by @influxdata - [starlark](/plugins/processors/starlark/README.md) - Contributed by @influxdata
#### New Outputs #### New Outputs
- [newrelic](/plugins/outputs/newrelic/README.md) - Contributed by @hsinghkalsi - [newrelic](/plugins/outputs/newrelic/README.md) - Contributed by @hsinghkalsi
- [execd](/plugins/outputs/execd/README.md) - Contributed by @influxdata
#### Features #### Features
@ -80,6 +83,7 @@
- [#7575](https://github.com/influxdata/telegraf/pull/7575): Add missing nvme attributes to smart plugin. - [#7575](https://github.com/influxdata/telegraf/pull/7575): Add missing nvme attributes to smart plugin.
- [#7726](https://github.com/influxdata/telegraf/pull/7726): Add laundry to mem plugin on FreeBSD. - [#7726](https://github.com/influxdata/telegraf/pull/7726): Add laundry to mem plugin on FreeBSD.
- [#7762](https://github.com/influxdata/telegraf/pull/7762): Allow per input overriding of collection_jitter and precision. - [#7762](https://github.com/influxdata/telegraf/pull/7762): Allow per input overriding of collection_jitter and precision.
- [#7686](https://github.com/influxdata/telegraf/pull/7686): Improve performance of procstat: Up to 40/120x better performance.
#### Bugfixes #### Bugfixes

View File

@ -376,6 +376,7 @@ For documentation on the latest development code see the [documentation index][d
* [printer](/plugins/processors/printer) * [printer](/plugins/processors/printer)
* [regex](/plugins/processors/regex) * [regex](/plugins/processors/regex)
* [rename](/plugins/processors/rename) * [rename](/plugins/processors/rename)
* [reverse_dns](/plugins/processors/reverse_dns)
* [s2geo](/plugins/processors/s2geo) * [s2geo](/plugins/processors/s2geo)
* [starlark](/plugins/processors/starlark) * [starlark](/plugins/processors/starlark)
* [strings](/plugins/processors/strings) * [strings](/plugins/processors/strings)