mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-04-04 23:39:21 +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:
parent
3e37b7b6f0
commit
82f17fd607
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
|
||||
|
Loading…
Reference in New Issue
Block a user