Response
200 - application/json
OK
The response is of type object
.
curl --request GET \
--url http://localhost:8082/
{
"uptime": "8s",
"runtime": {
"go": "go1.24.3",
"goroutines": 1434
},
"memory": {
"alloc": "3.52 MiB",
"sys": "23.14 MiB",
"heap_alloc": "3.52 MiB",
"heap_idle": "6.11 MiB",
"heap_inuse": "5.92 MiB",
"heap_objects": 21667,
"gc": 1
},
"database": {
"total_connections": 1,
"active_connections": 0
},
"inbound_requests": 0,
"inbound_failed_requests": 0,
"outbound_requests": 0,
"outbound_processing_requests": 0,
"outbound_failed_requests": 0,
"queue": {
"size": 0,
"backlog_latency_secs": 0
},
"event": {
"pending": 0
}
}
curl --request GET \
--url http://localhost:8082/
{
"uptime": "8s",
"runtime": {
"go": "go1.24.3",
"goroutines": 1434
},
"memory": {
"alloc": "3.52 MiB",
"sys": "23.14 MiB",
"heap_alloc": "3.52 MiB",
"heap_idle": "6.11 MiB",
"heap_inuse": "5.92 MiB",
"heap_objects": 21667,
"gc": 1
},
"database": {
"total_connections": 1,
"active_connections": 0
},
"inbound_requests": 0,
"inbound_failed_requests": 0,
"outbound_requests": 0,
"outbound_processing_requests": 0,
"outbound_failed_requests": 0,
"queue": {
"size": 0,
"backlog_latency_secs": 0
},
"event": {
"pending": 0
}
}
OK
The response is of type object
.