Class: Datadog::Core::Configuration::Settings::DSL::Telemetry

Inherits:
Object
  • Object
show all
Defined in:
lib/datadog/core/configuration/settings.rb

Overview

Client-side telemetry configuration

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Enable telemetry collection. This allows telemetry events to be emitted to the telemetry API.

Returns:

  • (Boolean)

Defaults to:

  • DD_INSTRUMENTATION_TELEMETRY_ENABLED environment variable, otherwise true. Can be disabled as documented here. By default, telemetry is disabled in development environments.



562
563
564
# File 'lib/datadog/core/configuration/settings.rb', line 562

def enabled
  @enabled
end