How to check time difference between two events. can someone suggest me the approach to do this?
I have different events coming from a device. initially it will be sending "started" event and after sometime it will send "completed" event. I need to calculate the difference in the start and completed event. How can I do this?