telegraf
telegraf copied to clipboard
feat(inputs.amqp_consumer): Determine content encoding automatically
- [x] Updated associated README.md.
- [x] Wrote appropriate unit tests.
- [x] Pull request title or commits are in [conventional commit format]
resolves https://github.com/influxdata/telegraf/issues/6998
Adds a new content encoding option called auto to allow a more flexible input that can be gzipped or not, the content encoding is determined by the set "ContentEncoding" header in the message.
Download PR build artifacts for linux_amd64.tar.gz, darwin_amd64.tar.gz, and windows_amd64.zip. Downloads for additional architectures and packages are available below.
:relaxed: This pull request doesn't significantly change the Telegraf binary size (less than 1%)