I created new simplejson datasource (v1.4.0) setting as url http://192.168.1.40:9080 and Server as access in Grafana 5.3.5.
The url is accessed when test and save the datasource.
When I create a new pannel I can see the timeseries and I also see the request in the REST API server side, but I can’t see any data in the graph.
I checked the query inspector and I see url:“api/datasources/proxy/2/query” instead of url:“http://192.168.1.40:9080/query”. The response is “Could not find a matching route”.
Any clue what I’m doing wrong?