influxdata / influxdata/telegraf
Support for graphite pickle output
Open
area/graphite
feature request
help wanted
plugin/serializer
size/l
- Dominant language
- Go
- Stars
- 17.8k
- Forks
- 5.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 161
Description
## Feature Request
Opening a feature request kicks off a discussion.
### Proposal:
Implement graphite's pickle output protocol support
### Current behavior:
Telegraf's graphite output plugin only supports plaintext (default TCP 2003) communications
### Desired behavior:
Support graphite's pickled protocol (default TCP 2004)
### Use case:
Graphite's pickled communications are much faster and more efficient for a large number of metric datapoints being submitted in one go, allowing batched submissions.
Contributor guide
Assessment
This issue has not been assessed yet.