Class: Pyroscope::Config
- Inherits:
-
Struct
- Object
- Struct
- Pyroscope::Config
- Defined in:
- lib/pyroscope.rb
Instance Attribute Summary collapse
-
#app_name ⇒ Object
Returns the value of attribute app_name.
-
#auth_token ⇒ Object
Returns the value of attribute auth_token.
-
#log_level ⇒ Object
Returns the value of attribute log_level.
-
#sample_rate ⇒ Object
Returns the value of attribute sample_rate.
-
#server_address ⇒ Object
Returns the value of attribute server_address.
-
#with_subprocesses ⇒ Object
Returns the value of attribute with_subprocesses.
Instance Attribute Details
#app_name ⇒ Object
Returns the value of attribute app_name
5 6 7 |
# File 'lib/pyroscope.rb', line 5 def app_name @app_name end |
#auth_token ⇒ Object
Returns the value of attribute auth_token
5 6 7 |
# File 'lib/pyroscope.rb', line 5 def auth_token @auth_token end |
#log_level ⇒ Object
Returns the value of attribute log_level
5 6 7 |
# File 'lib/pyroscope.rb', line 5 def log_level @log_level end |
#sample_rate ⇒ Object
Returns the value of attribute sample_rate
5 6 7 |
# File 'lib/pyroscope.rb', line 5 def sample_rate @sample_rate end |
#server_address ⇒ Object
Returns the value of attribute server_address
5 6 7 |
# File 'lib/pyroscope.rb', line 5 def server_address @server_address end |
#with_subprocesses ⇒ Object
Returns the value of attribute with_subprocesses
5 6 7 |
# File 'lib/pyroscope.rb', line 5 def with_subprocesses @with_subprocesses end |