Class: Airbrake::Statsd::Configuration
- Inherits:
-
Object
- Object
- Airbrake::Statsd::Configuration
- Defined in:
- lib/airbrake-statsd/configuration.rb
Instance Attribute Summary collapse
- #bucket ⇒ Object
- #host ⇒ Object
-
#namespace ⇒ Object
Returns the value of attribute namespace.
- #port ⇒ Object
Instance Attribute Details
#bucket ⇒ Object
17 18 19 |
# File 'lib/airbrake-statsd/configuration.rb', line 17 def bucket @bucket ||= 'exceptions' end |
#host ⇒ Object
7 8 9 |
# File 'lib/airbrake-statsd/configuration.rb', line 7 def host @host ||= 'localhost' end |
#namespace ⇒ Object
Returns the value of attribute namespace.
5 6 7 |
# File 'lib/airbrake-statsd/configuration.rb', line 5 def namespace @namespace end |
#port ⇒ Object
12 13 14 |
# File 'lib/airbrake-statsd/configuration.rb', line 12 def port @port ||= 8125 end |