我想知道我是否可以使用protobuf将数据发送到Graphite。
我有一个以protobuf格式发送统计信息的应用程序,我想开始将这些统计信息发送给Graphite。
我在谷歌搜索过,我刚发现这个https://graphite.readthedocs.io/en/latest/search.html?q=protobuf&check_keywords=yes&area=default#,但目前尚不清楚它是否只适用于石墨内部核心用途。
谢谢!
答案 0 :(得分:0)
是的,你可以,认为它从版本1.x及以后可用。
请参阅Python中的示例: https://github.com/graphite-project/carbon/blob/master/examples/example-protobuf-client.py
您必须在Carbon配置中启用侦听器: https://github.com/graphite-project/carbon/blob/master/conf/carbon.conf.example#L113-L117