Hi, how can I make this gauge display properly? I have just 13 devices, but the gauge is showing 100.
Thanks
Hi, how can I make this gauge display properly? I have just 13 devices, but the gauge is showing 100.
Thanks
of course. but the number of devices can change every day, I need it to set to COUNT of the devices
This is example for Stat I have with count of devices and it works
SELECT COUNT(DISTINCT("device_id")) FROM (
SELECT LAST("status") AS "status" FROM "heartbeat" GROUP BY "device_id"
)
Add it as third query and then add Config from query results
transformation, where you use result from this query to set Max
config of the panel. Example:
Provide reproducible example first,pls.