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 aliasing to be turned off #14

Closed chrisroberts closed 12 years ago

chrisroberts commented 12 years ago

This is a simple fix to turn aliasing off. It allows using custom functions on the target instead of limiting to only a few. This also resolves issues around this bug:

https://bugs.launchpad.net/graphite/+bug/890279

as a substr on the target can be used in place of it to achieve the same result until 0.9.10 final is released.