This page is about the calculation of OS metrics with promql
This metrics are collected and send to the server on linux by the node_exporter.
The average amount of CPU time spent in system mode, per second, over the last minute (in seconds) - Url form -
rate(node_cpu_seconds_total{mode="system"}[1m])
The filesystem space available to non-root users (in bytes) - Url form
node_filesystem_avail_bytes
rate(node_network_receive_bytes_total[1m])
Prometheus - Node Exporter (Linux/Mac)
Prometheus exporter for Windows machines using WMI
https://github.com/martinlindhe/wmi_exporter