[prometheus-users] Getting query steps in the Prometheus 3.0 new UI query graph view

2024-12-28 Thread Chris Siebenmann
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

[prometheus-users] Re: Prometheus Disk usage (BlackBox Exporter + AlertManager)

2024-12-28 Thread 'Brian Candler' via Prometheus Users
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