module ElasticAPM

def self.agent

Returns:
  • (Agent) - Currently running [Agent] if any
def self.agent
  Agent.instance
end