Hi!
I have been created successfully a data source in Grafana Cloud
Then I have created a plot in a dashboard by copying a successfully tested plot on my Grafana local instance:
SELECT
time_stamp AS "time",
mvalue AS "temperature"
FROM periodic_measurements
WHERE
$__timeFilter(time_stamp) AND
room_id = 0 AND metric = 1
ORDER BY 1
However, I am not able to see the plot in Grafana Cloud.
I get the following error:
Query data error
Object
status:500
statusText:"Internal Server Error"
data:Object
message:"Query data error"
config:Object
url:"api/ds/query"
method:"POST"
data:Object
requestId:"Q100"
retry:0
headers:Object
hideFromInspector:false
message:"Query data error"
Any hints?
Thanks,
Bernardo Di Chiara