calculating availability of node using SysUpTime.0 variable collcted in prometheus and exposing to grafana

26 views Asked by At

I am newbie to prometheus and grafana. In Prometheus I have SysUptime.0 values from all my network nodes. Now, I am trying to write formula in Grafana which will calculate node availability over time using SysUptime.0 snmp variable vaule ,which is collected through snmp_exporter in Prometheus. I tried to use rate function but doesn't work because SysUptime.0 is not counter type ,it is timeticks. is there any way how can i do that?

thx in advance for your answers! BR, Marijana

I tried to use rate function but doesn't work because SysUptime.0 is not counter type ,it is timeticks.

0

There are 0 answers