reporting.events time jump
Dear Innovaphone Forum,
We are doing some analytics using the reporting schema, that contains two important tables for us: cdrs and events.
cdrs have a nice utc timestamp, but some detailed information is not available. To get that one has to join that information with the events table via the cdr_id.
events table unfortunately does not have a nice utc timestamp. It only has a seconds since system start value under 'time' column.
That means the values in this time column are continuously increasing and then suddenly drops to 0 on restart and start increasing again.
This makes it somewhat difficult to map that back to a usable timestamp, but not impossible
We've implemented a ~kompex system to manage all that and it's been working for more than a year.
This February we've got a situation when this value suddenly increased and continued from there.
This naturally caused a pretty big problem for us.
My questions:
- why did the time suddenly jump in a middle of a call? What can we do to prevent this?
- is it planned to add a proper utc timestamp to this table?
Thanks,
Viktor
innova_event_time_jump.JPG