Hello guys.
I've been asked by a colleague if it could be possible to sort in the UI the health indicators.
While this is not possible, as of today, I realized that Spring Boot already returns them sorted by health indicator name and it's only SBA that breaks that sorting when it propagates such health information as part of the STATUS_UPDATED event.
For example, with version 4.1.2:
vs the actuator health response:
Would it be possible to preserve, at least, the order provided by the actuator health response?
Hello guys.
I've been asked by a colleague if it could be possible to sort in the UI the health indicators.
While this is not possible, as of today, I realized that Spring Boot already returns them sorted by health indicator name and it's only SBA that breaks that sorting when it propagates such health information as part of the
STATUS_UPDATEDevent.For example, with version
4.1.2:vs the actuator health response:
Would it be possible to preserve, at least, the order provided by the actuator health response?