Add compression support to socket_listener #6491
Labels
feature request
Requests for new plugin and for new features to existing plugins
good first issue
This is a smaller issue suited for getting started in Telegraf, Golang, and contributing to OSS.
Milestone
Feature Request
It would be useful to have compression support in socket_listener plugin. We send metrics over UDP and the traffic could be highly optimised if we could compress them before shipping them out over the network.
Proposal:
The
http
plugin allows to compress the body before sending the request. Something similar for thesocket_listener
would be great. One could have an option calledcompression
which could be set to the compression type (e.g.gzip
).The text was updated successfully, but these errors were encountered: