Class: Datadog::Tracing::Contrib::OpenSearch::Configuration::Settings
- Inherits:
-
Configuration::Settings
- Object
- Configuration::Settings
- Datadog::Tracing::Contrib::OpenSearch::Configuration::Settings
- Defined in:
- lib/datadog/tracing/contrib/opensearch/configuration/settings.rb
Overview
Custom settings for the OpenSearch 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.
-
#peer_service ⇒ Object
Returns the value of attribute peer_service.
-
#quantize ⇒ Object
Returns the value of attribute quantize.
-
#resource_pattern ⇒ Object
Returns the value of attribute resource_pattern.
-
#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/opensearch/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/opensearch/configuration/settings.rb', line 14 def enabled @enabled end |
#peer_service ⇒ Object
Returns the value of attribute peer_service.
45 46 47 |
# File 'lib/datadog/tracing/contrib/opensearch/configuration/settings.rb', line 45 def peer_service @peer_service end |
#quantize ⇒ Object
Returns the value of attribute quantize.
33 34 35 |
# File 'lib/datadog/tracing/contrib/opensearch/configuration/settings.rb', line 33 def quantize @quantize end |
#resource_pattern ⇒ Object
Returns the value of attribute resource_pattern.
50 51 52 |
# File 'lib/datadog/tracing/contrib/opensearch/configuration/settings.rb', line 50 def resource_pattern @resource_pattern end |
#service_name ⇒ Object
Returns the value of attribute service_name.
35 36 37 |
# File 'lib/datadog/tracing/contrib/opensearch/configuration/settings.rb', line 35 def service_name @service_name end |