I want to display the JSON results from a Microsoft Graph HTTP Request to Grafana.
I’m using the Infinity data source.
How do I display this within my Grafana dashboard?
I want to display the JSON results from a Microsoft Graph HTTP Request to Grafana.
I’m using the Infinity data source.
How do I display this within my Grafana dashboard?
Can you post a snippet of the JSON object here?
assume you have the infinity datasource already installed and setup…
you go to your panel, choose infinity.
you are working with JSON so pick json, choose the backend parser, gives more flexibility, you are getting your data from a url, so choose url, table or time series depenbding on your chart type, choose your method, get, post etc. and enter the url of your endpoint.
then if you need any headers or parameters for basic auth, tokens etc. you can add those.
and then have fun parsing your json
please use this site to generate useable mock json data that matches your json structure but obsufcated, not an image