Update CHANGELOG.md
This commit is contained in:
parent
0efcca3c33
commit
d259515774
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue