Question #181041 on Graphite changed:
https://answers.launchpad.net/graphite/+question/181041

    Status: Open => Answered

Michael Leinartas proposed the following answer:
Try this link for the readthedocs.org documentation instead: 
http://readthedocs.org/docs/graphite/en/latest/feeding-carbon.html
The 1.1 version of that doc doesn't have any content..

The recommended way to get data into graphite is using the text method.
The page above has an example of how to use netcat (nc) to experiment
with manually feeding data from the commandline. Telnet will work for
this as well.

If you're looking to pull the data via JMX and feed it into graphite,
the jmxtrans project could help: http://code.google.com/p/jmxtrans/

If you're instead planning on writing a callback for javasimon to send data to 
graphite, the implementation should be pretty simple: Construct the metric 
string (the 3-tuple), open a connection to graphite, send the string. 
I

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.

_______________________________________________
Mailing list: https://launchpad.net/~graphite-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~graphite-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to