Skip to content

Commit c081765

Browse files
committed
test
Signed-off-by: Vu Dinh <[email protected]>
1 parent 20741fd commit c081765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/common/options/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func NewOptions() *Options {
2424
opts := &Options{
2525
QPS: 50,
2626
Burst: 100,
27-
EnableOtel: false,
27+
EnableOtel: true,
2828
}
2929
return opts
3030
}

0 commit comments

Comments
 (0)