← Back to team overview

graphite-dev team mailing list archive

Re: [Question #157047]: How to get listing of all available paths

 

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

Jeremy Katz posted a new comment:
You could walk the tree like the UI does.  Start at something like
    curl  "http://localhost:8000/metrics/find/?query=*&format=treejson";
which will return json and you can then walk through all the leafs of the children.

It does seem like it'd be a nice improvement to add something to recurse
and return the entire tree.

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


References