area/graphitefeature requesthelp wantedplugin/serializersize/l
仓库指标
- Star
- (9,892 star)
- PR 合并指标
- (平均合并 2天 12小时) (30 天内合并 136 个 PR)
描述
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.