Replies: 2 comments 5 replies
-
ok, 1 step further ;) now i take a look how to make them as graphs with timeline, any hints, thanks ahead ;) |
Beta Was this translation helpful? Give feedback.
1 reply
-
thanks, i d need to know how to sep. fetch then individual terms from the json i assume, would be nice for a sample like "CPU Clock" in case u have the time. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
May as a starter for me to get some sample usage here, i setted up a REST serving GPU data in json formatting which i would like to bring to my grafana dash
respond as sample from http://192.168.1.210:55555
[ { "SensorApp": "GPU-Z", "SensorClass": "GPU", "SensorName": "GPU Clock", "SensorValue": "300", "SensorUnit": "MHz", "SensorUpdateTime": 264958 }, { "SensorApp": "GPU-Z", "SensorClass": "GPU", "SensorName": "Memory Clock", "SensorValue": "101,25", "SensorUnit": "MHz", "SensorUpdateTime": 264958 }, { "SensorApp": "GPU-Z", "SensorClass": "GPU", "SensorName": "GPU Temperature", "SensorValue": "34", "SensorUnit": "°C", "SensorUpdateTime": 264958 }, ... { "SensorApp": "GPU-Z", "SensorClass": "GPU", "SensorName": "PerfCap Reason", "SensorValue": "1", "SensorUnit": "", "SensorUpdateTime": 264958 }, { "SensorApp": "GPU-Z", "SensorClass": "GPU", "SensorName": "GPU Voltage", "SensorValue": "0,725", "SensorUnit": "V", "SensorUpdateTime": 264958 } ]
now, i added the datasource standard via url

now comes the interesting part, i guess its not plug and play so i have to add queries
may a startpoint how to use it to get the values properly readed ?
for any Tipps, thanks ahead
Beta Was this translation helpful? Give feedback.
All reactions