I’m trying to develop a custom datasource plug in for grafana, however I’m finding the overall way information flows through the all the files in a datasource plug in difficult to understand. It would be great if someone could give a brief explanation about which functions/classes in which files of the simple json datasource need to be edited so that I can
Set the format of the query from grafana to the backend server and the format of the reply from the server to grafana
Whether any other changes are required to display data and graphs from the custom datasource to grafana
I know these questions may require a little explaining, but it’s been really hard to find out what I really need to do to connect grafana to my server and the docs aren’t as helpful as I’d hoped they would be
Hello. I’m looking for the answer to the same question
I wish to change the request format that grafana sends to the backend. It would be really helpful to me and the Grafana community if you could share the source code/snippets with a short explanation of where the changes need to be done. Thank you in advance.