Class: Pyroscope::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/pyroscope.rb

Instance Attribute Summary collapse

Instance Attribute Details

#app_nameObject

Returns the value of attribute app_name

Returns:

  • (Object)

    the current value of app_name



5
6
7
# File 'lib/pyroscope.rb', line 5

def app_name
  @app_name
end

#auth_tokenObject

Returns the value of attribute auth_token

Returns:

  • (Object)

    the current value of auth_token



5
6
7
# File 'lib/pyroscope.rb', line 5

def auth_token
  @auth_token
end

#log_levelObject

Returns the value of attribute log_level

Returns:

  • (Object)

    the current value of log_level



5
6
7
# File 'lib/pyroscope.rb', line 5

def log_level
  @log_level
end

#sample_rateObject

Returns the value of attribute sample_rate

Returns:

  • (Object)

    the current value of sample_rate



5
6
7
# File 'lib/pyroscope.rb', line 5

def sample_rate
  @sample_rate
end

#server_addressObject

Returns the value of attribute server_address

Returns:

  • (Object)

    the current value of server_address



5
6
7
# File 'lib/pyroscope.rb', line 5

def server_address
  @server_address
end

#with_subprocessesObject

Returns the value of attribute with_subprocesses

Returns:

  • (Object)

    the current value of with_subprocesses



5
6
7
# File 'lib/pyroscope.rb', line 5

def with_subprocesses
  @with_subprocesses
end