Regenerate integrations docs (#19986)
Co-authored-by: thiagoftsm <49162938+thiagoftsm@users.noreply.github.com>
Netdata bot committed
Mar 28, 2025 at 00:20 UTC
2b4a89516adb9554614afbf7aae8eaf85d8a8242
1 file changed
+23
src/collectors/windows.plugin/integrations/iis.md
+23
@@ -85,6 +85,29 @@ Metrics:
85
| iis.website_errors_rate | document_locked, document_not_found | errors/s |
86
| iis.website_uptime | uptime | seconds |
87
88
+### Per IIS Application Pool
89
+
90
+These metrics refer to the IIS application pool WAS (Windows Process Activation Service).
91
+
92
+Labels:
93
+
94
+| Label | Description |
95
+|:-----------|:----------------|
96
+| app | The name of the Application Pool. |
97
+
98
+Metrics:
99
+
100
+| Metric | Dimensions | Unit |
101
+|:------|:----------|:----|
102
+| iis.application_pool_current_status | uninitialized, initialized, running, disabling, disabled, shutdown_pending, delete_pending | status |
103
+| iis.application_pool_current_worker_processes | running | processes |
104
+| iis.application_pool_worker_processes_created | created | processes/s |
105
+| iis.application_pool_maximum_worker_processes | created | processes |
106
+| iis.application_pool_recent_worker_process_failures | failures | failures/s |
107
+| iis.application_pool_worker_process_failures | crash, ping, startup, shutdown | failures/s |
108
+| iis.application_pool_recycles | recycles | recycles/s |
109
+| iis.application_pool_uptime | uptime | seconds |
110
+
111
112
113
## Alerts