graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #03418
Re: [Question #213523]: what is pickle_receiver_port used for
Question #213523 on Graphite changed:
https://answers.launchpad.net/graphite/+question/213523
Status: Open => Answered
Nitin proposed the following answer:
Both the ports are basically used for sending in data to graphite.
LINE_RECEIVER_PORT is used for sending one metric at a time while
PICKLE_RECEIVER_PORT is used for sending batches of metrics together to
graphite.
pickling is just serialization of data.
http://graphite.readthedocs.org/en/0.9.10/feeding-carbon.html
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.