← Back to team overview

graphite-dev team mailing list archive

[Question #277514]: How to add suport for latest pickle protocol version?

 

New question #277514 on Graphite:
https://answers.launchpad.net/graphite/+question/277514

How can I install/adjust carbon on Ubuntu 14.04 so I can send metrics using latest pickle protocol version (https://docs.python.org/3/library/pickle.html#data-stream-format), so I can use Metrics.NET PickleGraphiteSender (https://github.com/etishor/Metrics.NET/blob/master/Src/Metrics/Graphite/PickleGraphiteSender.cs)? It looks like I need to run carbon using python3, so I tried to add #! /usr/bin/python3 to /usr/bin/carbon-cache but that lead to runtime errors related to source code syntax and import. Related issue on Metrics.NET github (https://github.com/etishor/Metrics.NET/issues/119).

-- 
You received this question notification because your team graphite-dev
is an answer contact for Graphite.