We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f17217 commit 2414a60Copy full SHA for 2414a60
lib/new_relic/agent/configuration/default_source.rb
@@ -2471,7 +2471,7 @@ def self.convert_to_constant_list(string_array)
2471
:description => 'Number of seconds betwixt connections to the New Relic span event collection services.'
2472
},
2473
:'opentelemetry.enabled' => {
2474
- :default => false,
+ :default => true,
2475
:public => true,
2476
:type => Boolean,
2477
:allowed_from_server => false,
0 commit comments