-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Query doesn't work when using a selector #222
Comments
Can you please provide a sample of the data you're writing in and the query that you're running along with the expected vs. actual result of running the query. Cheers, |
I've send the data to pauldix since i don't have your email, i have explained that it was for you. The queries i used are 'select from monitoring where time > now() -5m' which work fine but when i want that key with a 'select from monitoring where key = and time > now() -5m' it return the time and sequence_number but not the metric expected. I hope it's clear, have a good day. |
The two queries that you provided aren't valid for the following reasons:
Can you verify that these are the queries that you're using. It seems like a copy paste error. Cheers, |
Woops, sorry, my bad. The correct queries are And then when i'm trying to use an other key like |
@jvshahid Any news about that ? We started mirroring data to influxdb in production but we can't request it. |
We opened another issue #240 for querying columns with dots in them. I believe this is the issue you're experiencing. I'll try to get a fix in master sometime today. |
When i'm doing a simple request with a selector, the database return the time and sequence_number but doesn't return the metric asked. A simple request as 'select * from monitoring' works. If you need anything special, asks me.
The text was updated successfully, but these errors were encountered: