| Total Bytes Sent | iis.total.bytes.sent.count | The number of data bytes that have been sent by the Web service (since service startup). | Byte |
| Total Bytes Received | iis.total.bytes.received.count | The number of data bytes that have been receivPed by the Web service (since service startup). | Byte |
| Total Bytes Transferred | iis.total.bytes.transferred.count | Total bytes either received or sent by the Web service (since service startup). | Byte |
| Total GET Requests | iis.total.get.requests.count | The number of HTTP requests using the GET method (since service startup). Get requests are the most common HTTP request. | Count |
| Total POST Requests | iis.total.post.requests.count | The number of HTTP requests using the POST method (since service startup). | Count |
| Total Method Requests | iis.total.method.requests.count | The number of all HTTP requests (since service startup). | Count |
| Total Method Requests per Second | iis.method.requests.persec | The rate HTTP requests are received. | PerSecond |
| Current Connections | iis.current.connections.gauge | Current Connections is the current number of connections established with the Web service. | Count |
| Service Uptime | iis.service.uptime | The length of time the Web Service has been running. | Second |
| Total Files Received | iis.total.files.received.count | The total number of files received by the Web service (since service startup). | Count |
| Total Files Sent | iis.total.files.sent.count | The total number of files sent by the Web service (since service startup). | Count |
| Total Connection Attempts (All instances) | iis.total.connectionAttempts.allInstances.count | Total Connection Attempts is the number of connections that have been attempted using the Web service (since service startup). This counter is for all instances listed. | Count |
| Total App Pool Uptime | iis.total.applicationPool.uptime | The length of time, in seconds, that the application pool has been running since Windows Process Activation Service (WAS) started. | Second |
| Current number of worker processes | iis.current.workerProcesses | The current number of worker processes that are running in the application pool. | Count |
| Maximum number of worker processes | iis.maximum.workerProcesses | The maximum number of worker processes that have been created for the application pool since Windows Process Activation Service (WAS) started. | Count |
| Total App Pool Recycles | iis.total.applicationPool.recycles.count | The number of times that the application pool has been recycled since Windows Process Activation Service (WAS) started. | Count |
| Current Application Pool Uptime | iis.current.applicationPool.uptime | The length of time, in seconds, that the application pool has been running since it was started. | Second |
| Time Since Last Worker Process Failure | iis.timeSinceLast.workerProcess.failure | The length of time, in seconds, since the last worker process failure occurred for the application pool. | Second |
| Recent Worker Process Failures | iis.APPPOOLWAS.RecentWorkerProcessFailures | The number of times that worker processes for the application pool failed during the rapid-fail protection interval. | Count |
| Total Worker Process Failures | iis.APPPOOLWAS.TotalWorkerProcessFailures | The number of times that worker processes have crashed since the application pool was started. | Count |
| Total Worker Process Ping Failures | iis.APPPOOLWAS.TotalWorkerProcessPingFailures | The number of times that Windows Process Activation Service (WAS) did not receive a response to ping messages sent to a worker process. | Count |
| Total Worker Process Shutdown Failures | iis.APPPOOLWAS.TotalWorkerProcessShutdownFailures | The number of times that Windows Process Activation Service (WAS) failed to shut down a worker process. | Count |
| Total Worker Process Startup Failures | iis.APPPOOLWAS.TotalWorkerProcessStartupFailures | The number of times that Windows Process Activation Service (WAS) failed to start a worker process. | Count |
| Cache Hit Rate | iis.cache.hitRate | Rate of cache hits for the queue | Percent |
| Current Queue Size | iis.current.queue.size | Number of requests in the queue | Count |
| Arrival rate | iis.HTTPServiceRequestQueues.ArrivalRate | Rate at which requests are arriving in the queue | PerSecond |
| Max age of requests in queue | iis.HTTPServiceRequestQueues.MaxQueueItemAge | Age of the oldest request in the queue | Second |
| Rejected requests | iis.HTTPServiceRequestQueues.RejectedRequests | Total number of requests rejected from the queue | Count |
| Rejected request rate | iis.HTTPServiceRequestQueues.RejectionRate | Rate at which requests are rejected from the queue | PerSecond |
| Application Pool State | iis.current.applicationPool.state | State metric for Application Pools. State is expressed in the 'App Pool' dimension. (1 - Uninitialized, 2 - Initialized, 3 - Running, 4 - Disabling, 5 - Disabled, 6 - Shutdown Pending, 7 - Delete Pending). | Unspecified |