class ElasticAPM::Config

def format_name(str)

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