class ElasticAPM::Serializers::Serializer

def micros_to_time(micros)

def micros_to_time(micros)
  Time.at(ms(micros) / 1_000)
end