Add option to allow services with warning state to be returned
Opened this issue · 0 comments
wwwlicious commented
By default only healthy services are returned,
this is default behaviour of consul when using the ?passing api querystring so overriding would involve more overhead in parsing the response healthchecks which are currently ignored.
If this is needed, create an option in the plugin setings to allow services with health @ warning status to be returned.