-
Notifications
You must be signed in to change notification settings - Fork 53
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
"No data points" #35
Comments
Hello, I have same "no data points" issue using prometheus. Thank you, |
Hi... Me too .. to get data inside influx
Grafana Version: v7.3.7 (1e261642f4) |
This should be 4 separate requests, one for each value ('open', 'close', 'high', 'low'), rather than getting 4 values in one request. Grafana Version: 8.0.5 |
My query:
"q=SELECT first("ltp") AS "open", last("ltp") AS "close", min("ltp") AS "low", max("ltp") AS "high", difference(last("vtt")) AS "volume" FROM "ZFeedFull" WHERE ("symbol" =~ /^BANKNIFTY20JULFUT$/) AND time >= 1594957500000ms and time <= 1594979999000ms GROUP BY time(5m) fill(linear)"
If I change panel to graph, I get data:
![Screenshot 2020-07-19 at 2 12 47 AM](https://user-images.githubusercontent.com/4814708/87861596-6add7680-c965-11ea-8308-89634a37ac99.png)
My grafana version is 6.4
The text was updated successfully, but these errors were encountered: