Annotation 2020-05-19 180613.jpg
This is a dashboard that will show you some IIS metrics derived from wmi_exporter. Tested and works with version 0.11.1 of wmi_exporter. When installing it you must specify that you want IIS metrics included, they aren't by default.
msiexec -i <msi-install-file> ENABLED_COLLECTORS=cpu,cs,iis,logical_disk,net,os,service,system,textfile LISTEN_ADDR=0.0.0.0 LISTEN_PORT=9182 METRICS_PATH=/metrics
This scripts installs the wmi exporter with all of the default metrics + IIS metrics.