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.