Quilkin exposes an HTTP interface to query different aspects of the server.
It is assumed that the administration interface will only ever be able to be accessible on
localhost
.
By default, the administration interface is bound to [::]:9091
, but it can be configured through the
proxy configuration file, like so:
admin:
address: [::]:9095
The admin interface provides the following endpoints:
This provides a liveness probe endpoint, most commonly used in Kubernetes based systems.
Will return an HTTP status of 200 when all health checks pass.
Outputs Prometheus formatted metrics for this proxy.
See the Proxy Metrics documentation for what metrics are available.