I am attempting to calculate the overall uptime percentage of a server using the system_uptime metric, incorporating both the increase and reset functions. However, the resulting value appears to be lower than expected. Could you please assist me in configuring the appropriate query and setting up the panel correctly?
Grafana version: V12.1.0
query :
(sum(increase(system_uptime{instance=“$instance:9273”}[30d])) / (30 * 24 * 60 * 60)) * 100