How to fetch all data? setup variable?
adamstj opened this issue · 2 comments
Hi, sorry for the newbie question.
I have an api which I've set up and can access some data from it but not all.
The data is structured like this:
{"value":{"bandwidth":"145kHz",
"batteryLevel":55,
"bitsPerSecond":150,
"dataRate":0,
"rssi":-98,
"snr":-8,
"spreadingFactor":14,
"temperature":32.125,},
"rawData":{"Devid":{
"LrrRSSI":"-98.000000",
"LrrSNR":"-8.000000",
"Late":"0",
"LrrLAT":"58.772233",
"LrrLON":"17.104433"}}
}
When using the Grafana UI I can only access the metrics which comes from "value", all the data from "rawData" is not present (When running a curl query in my command prompt I receive all the data). I've tried reading the documentation and searching for questions here but can't find a solution. Should I setup a variable? If so, could someone explain.
Yes perhaps it fulfills the needs Thank you.