Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 955 Bytes

admin.md

File metadata and controls

28 lines (17 loc) · 955 Bytes

Administration Interface

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:

/live

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.

/metrics

Outputs Prometheus formatted metrics for this proxy.

See the Proxy Metrics documentation for what metrics are available.