We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
System info: InfluxDB 1.2.0
Steps to reproduce:
> CREATE DATABASE db0 > USE db0 > INSERT cpu value=2 > INSERT mem free=4 > SELECT value FROM /cpu|mem/
Expected behavior:
name: cpu time value ---- ----- 1487030347072549019 2
Actual behavior: There is no output.
The text was updated successfully, but these errors were encountered:
Fixed via #8002.
Sorry, something went wrong.
jsternberg
No branches or pull requests
Bug report
System info: InfluxDB 1.2.0
Steps to reproduce:
Expected behavior:
Actual behavior: There is no output.
The text was updated successfully, but these errors were encountered: