mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-08 05:56:37 +00:00
Collect IIS metrics using Perflib (#832)
Rewrite IIS collector to use Perflib Signed-off-by: David Owen <dowen@meddbase.com>
This commit is contained in:
1827
collector/iis.go
1827
collector/iis.go
File diff suppressed because it is too large
Load Diff
@@ -5,7 +5,7 @@ The iis collector exposes metrics about the IIS server
|
||||
|||
|
||||
-|-
|
||||
Metric name prefix | `iis`
|
||||
Classes | `Win32_PerfRawData_W3SVC_WebService`<br/>`Win32_PerfRawData_APPPOOLCountersProvider_APPPOOLWAS`<br/>`Win32_PerfRawData_W3SVCW3WPCounterProvider_W3SVCW3WP`<br/>`Win32_PerfRawData_W3SVC_WebServiceCache`
|
||||
Data source | Perflib
|
||||
Enabled by default? | No
|
||||
|
||||
## Flags
|
||||
|
||||
Reference in New Issue
Block a user