grafana-json-datasource
grafana-json-datasource copied to clipboard
id is invalid
Hi. I have a some issue. Environment:
- API app in docker with network
- Grafana app in docker with same network
I try to get some value from api and get always 2 errors.
- "Bad Gateway" for
http://localhost/v1/
- "id is invalid"
For bad gateway I just add port (80) and its gone. But for id I always have the same traceback:
"request": {
"url": "api/datasources/proxy/1/",
"method": "GET",
"hideFromInspector": false
},
"response": {
"message": "id is invalid",
"traceID": "00000000000000000000000000000000"
}
}
Totally confused.
Thanks for your help
What i would do is to add the name for the docker service
like this