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

using line protocol measurement names cannot contain commas #3183

Closed
beckettsean opened this issue Jun 29, 2015 · 0 comments
Closed

using line protocol measurement names cannot contain commas #3183

beckettsean opened this issue Jun 29, 2015 · 0 comments
Assignees

Comments

@beckettsean
Copy link
Contributor

I tried to make a measurement called foo,bar. If I don't escape the comma it throws a valid parser error for a missing tag value. If I do escape the comma it silently drops the ,bar and keeps the \, turning bar into a tag with no value.

> create database mydb5
> use mydb5
Using database mydb5
> insert foo,bar value=1
ERR: unable to parse ' foo,bar value=1': missing value

> insert foo\,bar value=1
> show series
name: foo\
----------
_key        bar
foo\,bar    
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

2 participants