Class: Airbrake::Statsd::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/airbrake-statsd/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bucketObject



17
18
19
# File 'lib/airbrake-statsd/configuration.rb', line 17

def bucket
  @bucket ||= 'exceptions'
end

#hostObject



7
8
9
# File 'lib/airbrake-statsd/configuration.rb', line 7

def host
  @host ||= 'localhost'
end

#namespaceObject

Returns the value of attribute namespace.



5
6
7
# File 'lib/airbrake-statsd/configuration.rb', line 5

def namespace
  @namespace
end

#portObject



12
13
14
# File 'lib/airbrake-statsd/configuration.rb', line 12

def port
  @port ||= 8125
end