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