astefanutti commented on pull request #6779:
URL: https://github.com/apache/camel/pull/6779#issuecomment-1015620642


   > So I guess you're left with the options of either combining & delimiting 
all of the error data in a single string (not great for human readability) or 
not aggregating the results of the routes / consumers checks (which I'd prefer 
to avoid due to the potential verbosity of reporting them as individual items).
   
   I think the output is more meant to be processed by clients like a GUI or an 
operator, rather than consumed by humans. We, developers, consume it, but I 
think that's because we are developers, even if we also happen to be human 
beings :). 
    
   > Or have additional data elements like `<health-check-id>.error.message` & 
`<health-check-id>.error.stacktrace`.
   
   That is what I was thinking, or like `error.message[health-check-id]`.
   
   The first point we would need to address is whether we go for individual or 
aggregated results. Anyway, this PR is already a great improvement over the 
current format.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to