Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make status labels distinct from status values (#166)
This is a pretty simple patch that arguably just works around limitations in other tools, but having distinct labels and values allows direct keyword search through the response to integrate into third-party status pages like Kumo (my motivation for this patch). Ideally the observer would expose a more machine-readable format too, perhaps json when the header `Accepts: application/json` is set, but this should still be useful either way and even in that json payload a distinct key makes sense.
- Loading branch information