Open
Description
The healthcheck response, that we get is stored verbatim (i.e. the raw html). This is a lot overkill and we do not need to store the entire html response. We need to develop some heuristics on what to store, parse the message accordingly and then store the result. Some ideas are:
- Store just the title of the page if it is HTML
- Store just the raw text if it is not a HTML
- If there is no title, store the first h1 tag or the head tag
Metadata
Metadata
Assignees
Labels
No labels