influxdata/telegraf

Support for graphite pickle output

Open

#6,575 opened on 2019年10月24日

GitHub で見る
 (9 comments) (5 reactions) (1 assignee)Go (4,161 forks)batch import
area/graphitefeature requesthelp wantedplugin/serializersize/l

Repository metrics

Stars
 (9,892 stars)
PR merge metrics
 (平均マージ 2d 12h) (30d で 136 merged PRs)

説明

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.

コントリビューターガイド