Class: Datadog::Core::Configuration::Settings::DSL::RuntimeMetrics
- Inherits:
-
Object
- Object
- Datadog::Core::Configuration::Settings::DSL::RuntimeMetrics
- Defined in:
- lib/datadog/core/configuration/settings.rb
Overview
Runtime Metrics are StatsD metrics collected by the tracer to gain additional insights into an application's performance.
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Enable runtime metrics.
-
#experimental_runtime_id_enabled ⇒ Object
Returns the value of attribute experimental_runtime_id_enabled.
-
#opts ⇒ Object
Returns the value of attribute opts.
-
#statsd ⇒ Object
Returns the value of attribute statsd.
Instance Attribute Details
#enabled ⇒ Boolean
Enable runtime metrics.
579 580 581 |
# File 'lib/datadog/core/configuration/settings.rb', line 579 def enabled @enabled end |
#experimental_runtime_id_enabled ⇒ Object
Returns the value of attribute experimental_runtime_id_enabled.
585 586 587 |
# File 'lib/datadog/core/configuration/settings.rb', line 585 def experimental_runtime_id_enabled @experimental_runtime_id_enabled end |
#opts ⇒ Object
Returns the value of attribute opts.
591 592 593 |
# File 'lib/datadog/core/configuration/settings.rb', line 591 def opts @opts end |
#statsd ⇒ Object
Returns the value of attribute statsd.
592 593 594 |
# File 'lib/datadog/core/configuration/settings.rb', line 592 def statsd @statsd end |