✅ iis.application_pool.state | The current status of the application pool (1 - Uninitialized, 2 - Initialized, 3 - Running, 4 - Disabling, 5 - Disabled, 6 - Shutdown Pending, 7 - Delete Pending). | {state} | Gauge | |
✅ iis.application_pool.uptime | The application pools uptime period since the last restart. | {ms} | Gauge | |
✅ iis.connection.active | Number of active connections. | {connections} | UpDownCounter | |
✅ iis.connection.anonymous | Number of connections established anonymously. | {connections} | Counter | |
✅ iis.connection.attempt.count | Total number of attempts to connect to the server. | {attempts} | Counter | |
✅ iis.network.blocked | Number of bytes blocked due to bandwidth throttling. | By | Counter | |
✅ iis.network.file.count | Number of transmitted files. | {files} | Counter | direction |
✅ iis.network.io | Total amount of bytes sent and received. | By | Counter | direction |
✅ iis.request.count | Total number of requests of a given type. | {requests} | Counter | request |
✅ iis.request.queue.age.max | Age of oldest request in the queue. | ms | Gauge | |
✅ iis.request.queue.count | Current number of requests in the queue. | {requests} | UpDownCounter | |
✅ iis.request.rejected | Total number of requests rejected. | {requests} | Counter | |
✅ iis.thread.active | Current number of active threads. | {threads} | UpDownCounter | |
✅ iis.uptime | The amount of time the server has been up. | s | Gauge | |