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

allow alias_by_node to take a list of nodes as an argument #43

Open fridgei opened 11 years ago

fridgei commented 11 years ago

Graphite supports the nodes as *args for the AliasByNode option. You can work around this buy just passing in "1,2,3,4.." as a string however I feel that using an array makes more sense. I may be wrong.