Hi and thanks for reading in advance,
I have two tables:
1. events for status=50* on a /submissions URL endpoint, let's call this errors, and
2. events for status=200 on a /submissions URL endpoint, let's call this successes
I want to find out which events occur in the errors table, but not the successes table.
The particular context is we had an outage, and I'm trying to discover which events were successfully submitted at a later date, and mainly: which events haven't been submitted since the outage.
How would you go about this?
Thanks,
fre
↧