From d2595157747b675c9782073b4fb6819c382ebd1a Mon Sep 17 00:00:00 2001 From: Steven Soroka Date: Thu, 2 Jul 2020 12:00:32 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a6f8cf99b247..1154a8b102f83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,12 +30,15 @@ #### New Processors - [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 +- [reverse_dns](/plugins/processors/reverse_dns/README.md) - Contributed by @influxdata - [starlark](/plugins/processors/starlark/README.md) - Contributed by @influxdata #### New Outputs - [newrelic](/plugins/outputs/newrelic/README.md) - Contributed by @hsinghkalsi +- [execd](/plugins/outputs/execd/README.md) - Contributed by @influxdata #### Features @@ -80,6 +83,7 @@ - [#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. - [#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 diff --git a/README.md b/README.md index 8efbff77d2b5f..bc365dfd9446a 100644 --- a/README.md +++ b/README.md @@ -376,6 +376,7 @@ For documentation on the latest development code see the [documentation index][d * [printer](/plugins/processors/printer) * [regex](/plugins/processors/regex) * [rename](/plugins/processors/rename) +* [reverse_dns](/plugins/processors/reverse_dns) * [s2geo](/plugins/processors/s2geo) * [starlark](/plugins/processors/starlark) * [strings](/plugins/processors/strings)