ripienaar / graphite-graph-dsl

A small DSL to describe graphite graphs
http://www.devco.net/
Apache License 2.0
167 stars 43 forks source link

Graphite graph gen #25

Open srgshames opened 12 years ago

srgshames commented 12 years ago

Added GraphiteGraphGenerator class that reads DSL files with the 'graph_gen' extension, makes request to retrieve the Graphite metrics list ("/metrics/index.json" location) and constructs list of DSL files with the 'graph' extension according to pattern specified in the 'graph_gen' file.

KlavsKlavsen commented 11 years ago

Nice.. what is the prospect for this become part of default gdash?