Skip to content

Commit

Permalink
mark telemetry.agentless_enabled setting as having private visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Jul 22, 2024
1 parent 1498dce commit ff8ffb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/datadog/core/configuration/settings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@ def initialize(*_)
# Enable agentless mode for telemetry: submit telemetry events directly to the intake without Datadog Agent.
#
# @return [Boolean]
# @!visibility private
option :agentless_enabled do |o|
o.type :bool
o.default false
Expand Down

0 comments on commit ff8ffb8

Please sign in to comment.