class LHC::Monitoring

def after_response

def after_response
  return unless statsd
  monitor_time!
  monitor_cache!
  monitor_response!
end