Class: Datadog::Tracing::Contrib::GraphQL::Configuration::Settings

Inherits:
Configuration::Settings show all
Defined in:
lib/datadog/tracing/contrib/graphql/configuration/settings.rb

Overview

Custom settings for the GraphQL integration

Instance Attribute Summary collapse

Method Summary

Methods inherited from Configuration::Settings

#[], #[]=, #configure

Methods included from Core::Configuration::Base

included

Instance Attribute Details

#analytics_sample_rateObject

Returns the value of attribute analytics_sample_rate.



26
27
28
# File 'lib/datadog/tracing/contrib/graphql/configuration/settings.rb', line 26

def analytics_sample_rate
  @analytics_sample_rate
end

#enabledObject

Returns the value of attribute enabled.



14
15
16
# File 'lib/datadog/tracing/contrib/graphql/configuration/settings.rb', line 14

def enabled
  @enabled
end

#schemasObject

Returns the value of attribute schemas.



32
33
34
# File 'lib/datadog/tracing/contrib/graphql/configuration/settings.rb', line 32

def schemas
  @schemas
end

#service_nameObject

Returns the value of attribute service_name.



37
38
39
# File 'lib/datadog/tracing/contrib/graphql/configuration/settings.rb', line 37

def service_name
  @service_name
end

#with_deprecated_tracerObject

Returns the value of attribute with_deprecated_tracer.



41
42
43
# File 'lib/datadog/tracing/contrib/graphql/configuration/settings.rb', line 41

def with_deprecated_tracer
  @with_deprecated_tracer
end

#with_unified_tracerObject

Returns the value of attribute with_unified_tracer.



46
47
48
# File 'lib/datadog/tracing/contrib/graphql/configuration/settings.rb', line 46

def with_unified_tracer
  @with_unified_tracer
end