Open ohnorobo opened 1 year ago
So @fortuna the overall thought here is:
not_validated
) gets split out by error type (timeout, unreachable, refused, etc)I also looked some into the remaining cases of http blockpages here which makes me think they still have some value
This splits
answer:not_validated
intoanswer:unvalidated_http_connection
andanswer:no_tcp_connection
(when we were not able to connect to the answer ip at all.I'd like suggestions about:
not_validated
further is useful, since it's 60% of our unexpected outcomes. But I don't have a full theory of how this new information is actionable.answer:no_tcp_connection
further, by splitting along different types of connection errors? (timeout, no route, etc)dashboard with this data: here
Here's the new outcome breakdown