influxdb - Name series with dash -
i have series name contain dash (exemple: foo-bar), can't apply queries series. got message error : error: syntax error, unexpected '-', expecting $end select * foo-bar ^
full syntax queries here on influxdb website. identifiers containing characters other a-z,0-9,_ must quoted. https://influxdb.com/docs/v0.9/query_language/query_syntax.html
Comments
Post a Comment