lib/rest-ftp-daemon/api/root.rb in rest-ftp-daemon-0.304.0 vs lib/rest-ftp-daemon/api/root.rb in rest-ftp-daemon-0.305.0
- old
+ new
@@ -1,9 +1,12 @@
require "grape"
module RestFtpDaemon
module API
class Root < Grape::API
+ include ::NewRelic::Agent::Instrumentation::ControllerInstrumentation
+
+
### LOGGING & HELPERS
helpers do
def log_prefix
['API', nil, nil]