influxdata/telegraf

Support for graphite pickle output

Open

#6,575 建立於 2019年10月24日

在 GitHub 查看
 (9 留言) (5 反應) (1 負責人)Go (9,892 star) (4,161 fork)batch import
area/graphitefeature requesthelp wantedplugin/serializersize/l

描述

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.

貢獻者指南

Support for graphite pickle output · influxdata/telegraf#6575 | Good First Issue