Skip to content

Commit 9a1fe12

Browse files
committed
Make udp a default transport
1 parent 86448d7 commit 9a1fe12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/config/services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ services:
6060
-
6161
method: open
6262
arguments: []
63-
thrift.transport: '@thrift.transport.buffered'
63+
thrift.transport: '@thrift.transport.udp'
6464
jaeger.tracer:
6565
class: Jaeger\Tracer\Tracer
6666
arguments: ['@spl.stack', '@jaeger.span.factory', '@client.thrift']

0 commit comments

Comments
 (0)