class ElasticAPM::Config

def format_name(str)

def format_name(str)
  str && str.gsub('::', '_')
end