Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parser fails on targets with character classes #518

Closed
dlobue opened this issue Jun 19, 2014 · 5 comments
Closed

Parser fails on targets with character classes #518

dlobue opened this issue Jun 19, 2014 · 5 comments

Comments

@dlobue
Copy link

dlobue commented Jun 19, 2014

I get the error "Expected closing parenthesis instead found end" when using a target like: aliasByNode(nonNegativeDerivative(db00.diamond.network.eth[0-9].rx_byte,0),0,-1) or aliasByNode(nonNegativeDerivative(db00.diamond.network.eth[012].rx_byte,0),0,-1)

@torkelo
Copy link
Member

torkelo commented Jun 22, 2014

@dlobue could you use db00.diamond.network.eth{0,1,2,3,4,5,6,7,8,9}.rx_byte instead?

I might be able to add [ to the graphite expression lexer but could be a conflict with the template start token [[

@torkelo
Copy link
Member

torkelo commented Aug 25, 2014

solved when #697 was fixed.

@grafanabot
Copy link
Contributor

@grafanabot
Copy link
Contributor

@grafanabot
Copy link
Contributor

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

No branches or pull requests

4 participants