Hi,
On 6/16/20 4:10 PM, Freddy Mack wrote:
> Hello Chris,
>
> I am looking for the Metrics to show in Grafana like the below example
> which I have executed in Linux, Want the same MEtrics for windows:
> For example I have for Memory
> 100 * (windows_os_physical_memory_free_bytes{instance=~"$instance"}) /
> windows_cs_physical_memory_bytes{instance=~"$instance"}
I suggest either working based on existing examples (such as the
referenced dashboard) or creating the queries yourself.
The windows_exporter collectors seem to be documented just fine:
https://github.com/prometheus-community/windows_exporter/blob/master/docs/collector.cpu.md
Kind regards,
Christian