Class: HttpStatsd::Server
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- HttpStatsd::Server
- Defined in:
- lib/http_statsd/server.rb
Instance Method Summary collapse
Instance Method Details
#statsd ⇒ Object
10 11 12 |
# File 'lib/http_statsd/server.rb', line 10 def statsd @statsd ||= Statsd.new(settings.statsd_host, settings.statsd_port) end |