Prometheus 3.0 introduces a new modernized UI for Prometheus's web views,
including the ad-hoc query interface (/query). When using the graph view
of the ad-hoc query interface with *_over_time() queries, it's useful
to know the query step interval (so you can plug it into your query as
the manual
Go into the Prometheus web interface (PromQL query editor), type
"windows_logical_disk_free_bytes", and look at the vector of results you
get. I don't use Windows, but I'm guessing you'll see something like:
windows_logical_disk_free_bytes{instance="server1", filesystem="c:"} 12345
windows_logi
2 matches
Mail list logo