KrakenD · Capability
KrakenD Gateway Observability
Observability workflow for platform operators to check KrakenD gateway health, inspect debug request flow, and pull extended runtime metrics from a running gateway instance.
What You Can Do
GET
Get health
— Return the KrakenD gateway health status.
/v1/health
GET
Get echo
— Return request headers, query, method, and body.
/v1/echo
GET
Get stats
— Return router, proxy, backend, and Go runtime metrics.
/v1/stats
GET
Debug get
— GET against the KrakenD debug endpoint at a sub-path.
/v1/debug
POST
Debug post
— POST against the KrakenD debug endpoint at a sub-path.
/v1/debug
MCP Tools
get-health
Return the KrakenD gateway health status.
read-only
get-echo
Return request details from the KrakenD echo endpoint.
read-only
get-stats
Return extended runtime metrics from KrakenD.
read-only
debug-get
Issue a GET against the KrakenD debug endpoint.
read-only
debug-post
Issue a POST against the KrakenD debug endpoint.
APIs Used
krakend-service