apache.connection.active | sum | int | {connection} | development | yes | | The number of active connections currently attached to the HTTP server. |
apache.connection.status | sum | int | 1 | development | yes | apache.connection.state (string) | The number of connections in different asynchronous states reported by Apache's server-status. |
apache.connections.async | gauge | int | {connections} | development | yes | connection_state (string) | The number of connections in different asynchronous states reported by Apache's server-status. |
apache.cpu.load | gauge | double | % | development | yes | | Current load of the CPU. |
apache.cpu.time | sum (monotonic) | double | {jiff} | development | yes | cpu_level (string), cpu_mode (string) | Jiffs used by processes of given category. |
apache.current_connections | sum | int | {connections} | development | yes | | The number of active connections currently attached to the HTTP server. |
apache.load.1 | gauge | double | % | development | yes | | The average server load during the last minute. |
apache.load.15 | gauge | double | % | development | yes | | The average server load during the last 15 minutes. |
apache.load.5 | gauge | double | % | development | yes | | The average server load during the last 5 minutes. |
apache.request.count | sum (monotonic) | int | {request} | development | yes | | The number of requests serviced by the HTTP server. |
apache.request.rate | gauge | double | {request}/s | development | no | | Average number of requests served per second since the server was started, as reported by mod_status. |
apache.request.time | sum (monotonic) | int | ms | development | yes | | Total time spent on handling requests. |
apache.requests | sum (monotonic) | int | {requests} | development | yes | | The number of requests serviced by the HTTP server per second. |
apache.scoreboard | sum | int | {workers} | development | yes | scoreboard_state (string) | The number of workers in each state. The apache scoreboard is an encoded representation of the state of all the server's workers. This metric decodes the scoreboard and presents a count of workers in each state. |
apache.traffic | sum (monotonic) | int | By | development | yes | | Total HTTP server traffic. |
apache.traffic.rate | gauge | double | By/s | development | no | | Average number of bytes transmitted per second since the server was started, as reported by mod_status. |
apache.uptime | sum (monotonic) | int | s | development | yes | | The amount of time that the server has been running in seconds. |
apache.worker.active | sum | int | {worker} | development | yes | | The number of busy workers currently attached to the HTTP server. |
apache.worker.idle | sum | int | {worker} | development | yes | | The number of idle workers currently attached to the HTTP server. |
apache.worker.limit | sum | int | {worker} | development | yes | | The maximum number of worker slots configured for the HTTP server, derived from the scoreboard length. |
apache.worker.status | sum | int | 1 | development | yes | apache.worker.state (string) | The number of workers in each state. The apache scoreboard is an encoded representation of the state of all the server's workers. This metric decodes the scoreboard and presents a count of workers in each state. |
apache.workers | sum | int | {workers} | development | yes | workers_state (string) | The number of workers currently attached to the HTTP server. |