eventlogger: use uuid for insertID, increment eventID at request time
Created by: attfarhan
Still seeing some missing events in Amplitude. Further simplify Amplitude insertIDs to just use a generated UUID. Also increment eventIDs at the time of request rather than at the time of log()
, since I'm seeing some clashes, and this should be less racy.