Created
November 5, 2020 20:38
-
-
Save Jorgevillada/2fc3ceeb5e4d9061a65c2c0d812eefb6 to your computer and use it in GitHub Desktop.
kong_status.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "database":{ | |
| "reachable":true | |
| }, | |
| "memory":{ | |
| "workers_lua_vms":[ | |
| { | |
| "http_allocated_gc":"71.22 MiB", | |
| "pid":21 | |
| } | |
| ], | |
| "lua_shared_dicts":{ | |
| "kong_rate_limiting_counters":{ | |
| "allocated_slabs":"0.08 MiB", | |
| "capacity":"12.00 MiB" | |
| }, | |
| "kong_locks":{ | |
| "allocated_slabs":"0.06 MiB", | |
| "capacity":"8.00 MiB" | |
| }, | |
| "kong_healthchecks":{ | |
| "allocated_slabs":"0.06 MiB", | |
| "capacity":"5.00 MiB" | |
| }, | |
| "kong_cluster_events":{ | |
| "allocated_slabs":"0.04 MiB", | |
| "capacity":"5.00 MiB" | |
| }, | |
| "kong_db_cache_2":{ | |
| "allocated_slabs":"0.76 MiB", | |
| "capacity":"128.00 MiB" | |
| }, | |
| "kong":{ | |
| "allocated_slabs":"0.04 MiB", | |
| "capacity":"5.00 MiB" | |
| }, | |
| "kong_db_cache_miss_2":{ | |
| "allocated_slabs":"0.08 MiB", | |
| "capacity":"12.00 MiB" | |
| }, | |
| "kong_db_cache_miss":{ | |
| "allocated_slabs":"0.08 MiB", | |
| "capacity":"12.00 MiB" | |
| }, | |
| "kong_core_db_cache_miss":{ | |
| "allocated_slabs":"0.08 MiB", | |
| "capacity":"12.00 MiB" | |
| }, | |
| "kong_db_cache":{ | |
| "allocated_slabs":"0.76 MiB", | |
| "capacity":"128.00 MiB" | |
| }, | |
| "kong_core_db_cache_2":{ | |
| "allocated_slabs":"1.72 MiB", | |
| "capacity":"128.00 MiB" | |
| }, | |
| "kong_core_db_cache":{ | |
| "allocated_slabs":"1.72 MiB", | |
| "capacity":"128.00 MiB" | |
| }, | |
| "prometheus_metrics":{ | |
| "allocated_slabs":"0.04 MiB", | |
| "capacity":"5.00 MiB" | |
| }, | |
| "kong_process_events":{ | |
| "allocated_slabs":"5.00 MiB", | |
| "capacity":"5.00 MiB" | |
| }, | |
| "kong_core_db_cache_miss_2":{ | |
| "allocated_slabs":"0.08 MiB", | |
| "capacity":"12.00 MiB" | |
| } | |
| } | |
| }, | |
| "server":{ | |
| "connections_writing":1, | |
| "total_requests":299, | |
| "connections_handled":301, | |
| "connections_accepted":301, | |
| "connections_reading":0, | |
| "connections_active":1, | |
| "connections_waiting":0 | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment