We need a panel on the citoid dashboard that either shows:
by domain, top errors, with a percentage of how many errors are there relative to 200 (so like, percentage !200)
by domain, only domains which have no 200s in the sampled time period.
Unfortunately after poking around I couldn't figure out how to do something this complicated in the openSearch dashboard.
The idea is to identify domains that may be IP blocking us permanently so we can contact them and maybe get unblocked.
Currently we have a top requested domains and top requested errors, but if you want to see if a website is entirely failing you gave to do some post processing comparing them.
Tagging observability, which may knows how to do this? If not I could download raw data and python it but a live dashboard would definitely be better.