mongodb-labs / edda

A log visualizer for MongoDB - This Repository is NOT a supported MongoDB product
232 stars 28 forks source link

Place "adjusted_date" into entry documents. #32

Closed kaushal closed 12 years ago

kaushal commented 12 years ago

Takes the clock skew documents that are generated from the clock_skew.py methods and adjust clocks based on this. One server, the first one encountered, is taken as the one which all other clocks are aligned to. That server, should have no doc["adjusted_time"] value. But all others should have this value, even if the doc["adjusted_time"] is 0 seconds skewed from the original server.

kaushal commented 12 years ago

My previous commit should have resolved this issue.