Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

alias_by_node and alias_sub should not be mutually exclusive #29

Open
falkenbt opened this issue Dec 5, 2012 · 1 comment
Open

alias_by_node and alias_sub should not be mutually exclusive #29

falkenbt opened this issue Dec 5, 2012 · 1 comment

Comments

@falkenbt
Copy link

falkenbt commented Dec 5, 2012

if target[:alias_by_node]
graphite_target = "aliasByNode(#{graphite_target},#{target[:alias_by_node]})"
elsif target[:alias_sub_search]
graphite_target = "aliasSub(#{graphite_target},"#{target[:alias_sub_search]}","#{target[:alias_sub_replace]}")"

Is there a reason for this being if/elsif? In graphite you can use the two in combination.

@ripienaar
Copy link
Owner

if graphite allows it i guess we should do the same - wanna do a pull?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants