Skip to content

Commit 6f10776

Browse files
committed
Switch to binary protocol by default
1 parent aabafdc commit 6f10776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Resources/config/services.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
parameters:
22
env(JAEGER_HOST): localhost
3-
env(JAEGER_PORT): 6831
3+
env(JAEGER_PORT): 6832
44
env(JAEGER_BUFFER_SIZE): 16384
55
env(OPENTRACE_SAMPLER_RATE): 0.001
66
env(JAEGER_CONTEXT_FORMAT): 'text'
@@ -49,7 +49,7 @@ services:
4949
thrift.protocol.binary:
5050
class: Thrift\Protocol\TBinaryProtocol
5151
arguments: ['@thrift.transport']
52-
thrift.protocol: '@thrift.protocol.compact'
52+
thrift.protocol: '@thrift.protocol.binary'
5353
thrift.transport.udp:
5454
class: Jaeger\Transport\TUDPTransport
5555
arguments: ['%env(JAEGER_HOST)%', '%env(JAEGER_PORT)%']

0 commit comments

Comments
 (0)