Class: Datadog::Tracing::Contrib::Qless::Configuration::Settings
- Inherits:
-
Configuration::Settings
- Object
- Configuration::Settings
- Datadog::Tracing::Contrib::Qless::Configuration::Settings
- Defined in:
- lib/datadog/tracing/contrib/qless/configuration/settings.rb
Overview
Custom settings for the Qless 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.
-
#service_name ⇒ Object
Returns the value of attribute service_name.
-
#tag_job_data ⇒ Object
Returns the value of attribute tag_job_data.
-
#tag_job_tags ⇒ Object
Returns the value of attribute tag_job_tags.
Attributes inherited from Configuration::Settings
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.
14 15 16 |
# File 'lib/datadog/tracing/contrib/qless/configuration/settings.rb', line 14 def analytics_enabled @analytics_enabled end |
#analytics_sample_rate ⇒ Object
Returns the value of attribute analytics_sample_rate.
19 20 21 |
# File 'lib/datadog/tracing/contrib/qless/configuration/settings.rb', line 19 def analytics_sample_rate @analytics_sample_rate end |
#service_name ⇒ Object
Returns the value of attribute service_name.
34 35 36 |
# File 'lib/datadog/tracing/contrib/qless/configuration/settings.rb', line 34 def service_name @service_name end |
#tag_job_data ⇒ Object
Returns the value of attribute tag_job_data.
24 25 26 |
# File 'lib/datadog/tracing/contrib/qless/configuration/settings.rb', line 24 def tag_job_data @tag_job_data end |
#tag_job_tags ⇒ Object
Returns the value of attribute tag_job_tags.
29 30 31 |
# File 'lib/datadog/tracing/contrib/qless/configuration/settings.rb', line 29 def @tag_job_tags end |