Class: Datadog::Tracing::Contrib::Pg::Configuration::Settings
- Inherits:
-
Configuration::Settings
- Object
- Configuration::Settings
- Datadog::Tracing::Contrib::Pg::Configuration::Settings
- Defined in:
- lib/datadog/tracing/contrib/pg/configuration/settings.rb
Overview
Custom settings for the Pg integration
Constant Summary
Constants inherited from Configuration::Settings
Configuration::Settings::DEPRECATION_WARN_ONLY_ONCE
Instance Attribute Summary collapse
-
#analytics_enabled ⇒ Object
Returns the value of attribute analytics_enabled.
-
#analytics_sample_rate ⇒ Object
Returns the value of attribute analytics_sample_rate.
-
#comment_propagation ⇒ Object
Returns the value of attribute comment_propagation.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#service_name ⇒ Object
Returns the value of attribute service_name.
Method Summary
Methods inherited from Configuration::Settings
Methods included from Core::Configuration::Base
Instance Attribute Details
#analytics_enabled ⇒ Object
Returns the value of attribute analytics_enabled.
21 22 23 |
# File 'lib/datadog/tracing/contrib/pg/configuration/settings.rb', line 21 def analytics_enabled @analytics_enabled end |
#analytics_sample_rate ⇒ Object
Returns the value of attribute analytics_sample_rate.
26 27 28 |
# File 'lib/datadog/tracing/contrib/pg/configuration/settings.rb', line 26 def analytics_sample_rate @analytics_sample_rate end |
#comment_propagation ⇒ Object
Returns the value of attribute comment_propagation.
36 37 38 |
# File 'lib/datadog/tracing/contrib/pg/configuration/settings.rb', line 36 def comment_propagation @comment_propagation end |
#enabled ⇒ Object
Returns the value of attribute enabled.
16 17 18 |
# File 'lib/datadog/tracing/contrib/pg/configuration/settings.rb', line 16 def enabled @enabled end |
#service_name ⇒ Object
Returns the value of attribute service_name.
31 32 33 |
# File 'lib/datadog/tracing/contrib/pg/configuration/settings.rb', line 31 def service_name @service_name end |