0
0
Fork 0

Improve StatsD instrumentation

This commit is contained in:
Eugen Rochko 2017-01-26 19:08:05 +01:00
parent 7329fbd8a4
commit d567f21d4f
4 changed files with 24 additions and 27 deletions

View file

@ -1,11 +0,0 @@
# frozen_string_literal: true
class StatsDMonitor
def initialize(app)
@app = app
end
def call(env)
@app.call(env)
end
end