I’m trying to create a datasource backend mainly to add nodeGraph to my system.
Ideally to retrieve some stats for my nodeGraph I’d like to query my prometheus datasource and also build links to my Jaeger and Loki datasource for insights.
I don’t see anyway to do this in the current go-sdk. Is this something I should open an issue for?
To work around this I am going to add a configuration in my datasource to query the grafana api (url + token). Is this how I should do it until the sdk can call the grafana-api without config?