Class: Datadog::Tracing::Contrib::Elasticsearch::Configuration::Settings
- Inherits:
-
Configuration::Settings
- Object
- Configuration::Settings
- Datadog::Tracing::Contrib::Elasticsearch::Configuration::Settings
- Defined in:
- lib/datadog/tracing/contrib/elasticsearch/configuration/settings.rb
Overview
Custom settings for the Elasticsearch integration
Instance Attribute Summary collapse
-
#analytics_sample_rate ⇒ Object
Returns the value of attribute analytics_sample_rate.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#on_error ⇒ Object
Returns the value of attribute on_error.
-
#peer_service ⇒ Object
Returns the value of attribute peer_service.
-
#quantize ⇒ Object
Returns the value of attribute quantize.
-
#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_sample_rate ⇒ Object
Returns the value of attribute analytics_sample_rate.
27 28 29 |
# File 'lib/datadog/tracing/contrib/elasticsearch/configuration/settings.rb', line 27 def analytics_sample_rate @analytics_sample_rate end |
#enabled ⇒ Object
Returns the value of attribute enabled.
14 15 16 |
# File 'lib/datadog/tracing/contrib/elasticsearch/configuration/settings.rb', line 14 def enabled @enabled end |
#on_error ⇒ Object
Returns the value of attribute on_error.
53 54 55 |
# File 'lib/datadog/tracing/contrib/elasticsearch/configuration/settings.rb', line 53 def on_error @on_error end |
#peer_service ⇒ Object
Returns the value of attribute peer_service.
48 49 50 |
# File 'lib/datadog/tracing/contrib/elasticsearch/configuration/settings.rb', line 48 def peer_service @peer_service end |
#quantize ⇒ Object
Returns the value of attribute quantize.
33 34 35 |
# File 'lib/datadog/tracing/contrib/elasticsearch/configuration/settings.rb', line 33 def quantize @quantize end |
#service_name ⇒ Object
Returns the value of attribute service_name.
38 39 40 |
# File 'lib/datadog/tracing/contrib/elasticsearch/configuration/settings.rb', line 38 def service_name @service_name end |