module ElasticAPM::Util

def self.monotonic_micros

def self.monotonic_micros
  Process.clock_gettime(Process::CLOCK_MONOTONIC, :microsecond)
end