Class: Datadog::Tracing::Contrib::Sidekiq::Configuration::Settings
- Inherits:
-
Configuration::Settings
- Object
- Configuration::Settings
- Datadog::Tracing::Contrib::Sidekiq::Configuration::Settings
- Defined in:
- lib/datadog/tracing/contrib/sidekiq/configuration/settings.rb
Overview
Custom settings for the Sidekiq 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.
-
#client_service_name ⇒ Object
Returns the value of attribute client_service_name.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#error_handler ⇒ Object
Returns the value of attribute error_handler.
-
#quantize ⇒ Object
Returns the value of attribute quantize.
-
#service_name ⇒ Object
Returns the value of attribute service_name.
-
#tag_args ⇒ Object
Returns the value of attribute tag_args.
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.
20 21 22 |
# File 'lib/datadog/tracing/contrib/sidekiq/configuration/settings.rb', line 20 def analytics_enabled @analytics_enabled end |
#analytics_sample_rate ⇒ Object
Returns the value of attribute analytics_sample_rate.
25 26 27 |
# File 'lib/datadog/tracing/contrib/sidekiq/configuration/settings.rb', line 25 def analytics_sample_rate @analytics_sample_rate end |
#client_service_name ⇒ Object
Returns the value of attribute client_service_name.
36 37 38 |
# File 'lib/datadog/tracing/contrib/sidekiq/configuration/settings.rb', line 36 def client_service_name @client_service_name end |
#enabled ⇒ Object
Returns the value of attribute enabled.
15 16 17 |
# File 'lib/datadog/tracing/contrib/sidekiq/configuration/settings.rb', line 15 def enabled @enabled end |
#error_handler ⇒ Object
Returns the value of attribute error_handler.
37 38 39 |
# File 'lib/datadog/tracing/contrib/sidekiq/configuration/settings.rb', line 37 def error_handler @error_handler end |
#quantize ⇒ Object
Returns the value of attribute quantize.
38 39 40 |
# File 'lib/datadog/tracing/contrib/sidekiq/configuration/settings.rb', line 38 def quantize @quantize end |
#service_name ⇒ Object
Returns the value of attribute service_name.
35 36 37 |
# File 'lib/datadog/tracing/contrib/sidekiq/configuration/settings.rb', line 35 def service_name @service_name end |
#tag_args ⇒ Object
Returns the value of attribute tag_args.
30 31 32 |
# File 'lib/datadog/tracing/contrib/sidekiq/configuration/settings.rb', line 30 def tag_args @tag_args end |