Skip to content

Support old versions of ruby without a monotonic clock

Gabriel Mazetto requested to merge 69-monotonic-clock into master

This re-enables using old versions of ruby that doesn't have monotonic clock (we use that for our metrics instrumentation). While it's not advisable to use old ruby in production, this makes easy for people to contribute as their development machine may have an old system ruby by default.

Closes #69 (closed)

Merge request reports