Class: Heartcheck::Checks::Newrelic

Inherits:
Base
  • Object
show all
Defined in:
lib/heartcheck/checks/newrelic.rb

Instance Method Summary collapse

Instance Method Details

#validateObject



4
5
6
7
8
9
# File 'lib/heartcheck/checks/newrelic.rb', line 4

def validate
  NewRelic::Agent.increment_metric('Custom/NewRelicMonitoring')
rescue => e
  append_error('could not report to New Relic server.')
  append_error(e.message)
end