Health Indicators for micronaut.http.services.* #8855
Unanswered
alexsimpson440dev
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Potentially a question or an idea, but when setting up and testing a service in micronaut under the configuration:
I didn't really notice any difference when our health endpoint would return an error such as a 404, 401, 500, etc. After looking into Micronauts code and documentation I noticed that this health seems to only remove a single URL from the load balancer if an endpoint returns as unhealthy.
Potentially I am missing a way to tie this to a health indicator through configuration, but if not I think that would be a nice feature.
So a potential response from the health aggregation endpoint would be:

Maybe when all urls of a given service are down (foo in this example):

Documentation I am using:
Beta Was this translation helpful? Give feedback.
All reactions