class ElasticAPM::Config

def use_ssl?

def use_ssl?
  server_url.start_with?('https')
end