graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #00080
Re: [Question #81695]: How to get data from graphite using python script
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.