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

    Status: Open => Answered

Matthew Kemp proposed the following answer:
The easiest way to access values from Graphite is through using the URL
API and setting rawData=true. For example:

http://yourgraphite/render?target=foo.bar&target=foo.baz&rawData=true

would give you a text response that has one line per target. The format
for each line is:

<target>,<start_time>,<end_time>,<step>|<comma-separated-values>

-- 
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