# Administrative control endpoints are exposed on a dedicated HTTP server. Endpoints # include: # - /metrics -- produces a snapshot of metrics formatted for prometheus. # - /shutdown -- POSTing to this endpoint initiates graceful shutdown. # - /abort -- POSTing to this terminates the process immediately. admin: port: 9989 # By default, the admin server listens only on localhost. We can force it to

