msiebuhr / MetricBase

play/experimentation/single-binary version of Graphite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement graphite HTTP API

msiebuhr opened this issue · comments

The best explanation I could find is the description at https://github.com/brutasse/graphite-api.

Blatantly stolen from the README:

  • /metrics/find
  • /metrics/expand
  • /metrics/search (removed strange keep_query_pattern parameter)
  • /render

No-ops:

  • /dashboard/find
  • /dashboard/load/<name>
  • /events/get_data

Though I still need to figure out exactly what those endpoints return...

Oddly, after sniffing traffic on a graphite-install, these doesn't seem to be the right URLs...