Comment 1 for bug 2009879

Revision history for this message
Ian Booth (wallyworld) wrote : Re: /health endpoint doesn't report error when action-pruner is dead

The /health endpoint is quite simple and reflects a binary status - can the controller serve api requests. It can, so comes back healthy. An error would indicate that the controller itself is totally broken, which is not the case.

Tools like the engine report can be access via the introspection api to provide extra detail on the state of various components. Development work is currently underway on a "controller" charm which will provide various endpoints to expose this type of information.