Class: Datadog::Core::Configuration::Settings::DSL::Telemetry
- Inherits:
-
Object
- Object
- Datadog::Core::Configuration::Settings::DSL::Telemetry
- Defined in:
- lib/datadog/core/configuration/settings.rb
Overview
Client-side telemetry configuration
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Enable telemetry collection.
Instance Attribute Details
#enabled ⇒ Boolean
Enable telemetry collection. This allows telemetry events to be emitted to the telemetry API.
435 436 437 |
# File 'lib/datadog/core/configuration/settings.rb', line 435 def enabled @enabled end |