Prometheus node_exporter missing an uptime counter
Prometheus node_exporter doesn’t export an actual “uptime” counter.
Instead the offical advice is to execute node_time_seconds - node_boot_time_seconds. The method works, but seems unnecessarily convoluted for such a fundamental counter.