kong_database_reachable | Kong Database Reachable | A boolean value reflecting the state of the database connection (1 = true, 0 = false). | | Gauge |
kong_db_entities_total | Kong Db Entities Total | Total number of Kong DB entities. | | Gauge |
kong_db_entity_count_errors | Kong Db Entity Count Errors | Errors during entity count collection. | | Rate |
kong_enterprise_license_errors | AKong Enterprise License Errors | Errors when collecting license information. | | Gauge |
kong_memory_lua_shared_dict_bytes | Kong Memory Lua Shared Dict Bytes | Allocated slabs in bytes in a shared_dict. | Bytes | Gauge |
kong_memory_lua_shared_dict_total_bytes | Kong Memory Lua Shared Dict Total Bytes | Total capacity in bytes of a shared_dict. | Bytes | Gauge |
kong_memory_workers_lua_vms_bytes | Kong Memory Workers Lua Vms Bytes | Allocated bytes in worker Lua VM. | Bytes | Gauge |
kong_nginx_http_current_connections | Kong Nginx Http Current Connections | Number of HTTP connections. | Connections | Gauge |
kong_nginx_metric_errors_total | Kong Nginx Metric Errors Total | Number of nginx-lua-prometheus errors. | | Rate |
kong_nginx_timers | Kong Nginx Timers | Number of Nginx timers. | | Gauge |
kong_connections_accepted | Kong Connections Accepted | Total number of accepted client connections. | Connections | Gauge |
kong_connections_active | Kong Connections Active | Current number of active client connections including Waiting connections. | Connections | Gauge |
kong_connections_handled | Kong Connections Handled | Total number of handled connections. (Same as accepts unless resource limits were reached). | Connections | Gauge |
kong_connections_reading | Kong Connections Reading | Current number of connections where Kong is reading the request header. | Connections | Gauge |
kong_connections_total | Kong Connections Total | Total number of client requests. | Requests | Gauge |
kong_connections_waiting | Kong Connections Waiting | Current number of idle client connections waiting for a request. | Connections | Gauge |
kong_connections_writing | Kong Connections Writing | Current number of connections where Nginx is writing the response back to the client. | Connections | Gauge |