We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9512cc2 + 6f10776 commit 30ed4c1Copy full SHA for 30ed4c1
src/Resources/config/services.yml
@@ -1,6 +1,6 @@
1
parameters:
2
env(JAEGER_HOST): localhost
3
- env(JAEGER_PORT): 6831
+ env(JAEGER_PORT): 6832
4
env(JAEGER_BUFFER_SIZE): 16384
5
env(OPENTRACE_SAMPLER_RATE): 0.001
6
env(JAEGER_CONTEXT_FORMAT): 'text'
@@ -49,7 +49,7 @@ services:
49
thrift.protocol.binary:
50
class: Thrift\Protocol\TBinaryProtocol
51
arguments: ['@thrift.transport']
52
- thrift.protocol: '@thrift.protocol.compact'
+ thrift.protocol: '@thrift.protocol.binary'
53
thrift.transport.udp:
54
class: Jaeger\Transport\TUDPTransport
55
arguments: ['%env(JAEGER_HOST)%', '%env(JAEGER_PORT)%']
0 commit comments