class Pantomath::Configuration

Attributes

agent_host[RW]
agent_port[RW]
service_name[RW]

Public Instance Methods

exclude_patterns() click to toggle source
# File lib/pantomath/configuration.rb, line 13
def exclude_patterns
  @exclude_patterns ||= OpenStruct.new
end
tag_collectors() click to toggle source
# File lib/pantomath/configuration.rb, line 9
def tag_collectors
  @tag_collectors ||= OpenStruct.new
end