module ElasticAPM

def self.running?

Returns:
  • (Boolean) - Whether there's an [Agent] running
def self.running?
  Agent.running?
end