graphite_exporter
graphite_exporter copied to clipboard
Support Pickle protocol
It would be useful to support the Graphite Pickle protocol.
Looks like there is a Go library that does this already. Shouldn't be to hard to implement.
yes, that seems really useful. This would be a separate port, right?
Does anyone actually use this? I vaguely remember looking into it, and basically noone did so I never implemented it.
Yes, it would live on a different port.
Someone posted on IRC that they needed it, said they would make an attempt at adding it. I filed the issue for tracking.
One example user is Druid, which defaults to the pickle format. https://druid.apache.org/docs/latest/development/extensions-contrib/graphite.html. Producing/ingesting metrics in pickled batches seems to be more efficient, but the plaintext protocol option is available.
I roamed a lot with the parsing error and came across this thread. Yeah adding picke support will be huge help @brian-brazil