Skip to content

Commit 2414a60

Browse files
committed
enable otel
1 parent 8f17217 commit 2414a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/new_relic/agent/configuration/default_source.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2471,7 +2471,7 @@ def self.convert_to_constant_list(string_array)
24712471
:description => 'Number of seconds betwixt connections to the New Relic span event collection services.'
24722472
},
24732473
:'opentelemetry.enabled' => {
2474-
:default => false,
2474+
:default => true,
24752475
:public => true,
24762476
:type => Boolean,
24772477
:allowed_from_server => false,

0 commit comments

Comments
 (0)