File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 13
13
"symfony/config" : " ^4.3" ,
14
14
"symfony/http-kernel" : " ^4.3" ,
15
15
"symfony/dependency-injection" : " ^4.3" ,
16
- "code-tool/jaeger-client-php" : " ^3"
16
+ "code-tool/jaeger-client-php" : " ^3.1 "
17
17
},
18
18
"require-dev" : {
19
19
"phpunit/phpunit" : " @stable"
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ parameters:
11
11
env(JAEGER_DEBUG_ENV) : ' debug'
12
12
env(JAEGER_DEBUG_COOKIE) : ' debug'
13
13
env(JAEGER_SERVICE_NAME) : ' %service_name%'
14
+ env(JAEGER_SPAN_BATCH) : ' 16'
14
15
services :
15
16
spl.stack :
16
17
class : SplStack
@@ -42,7 +43,7 @@ services:
42
43
arguments : ['@id.generator.span', '@jaeger.sampler']
43
44
client.thrift :
44
45
class : Jaeger\Client\ThriftClient
45
- arguments : ['%env(JAEGER_SERVICE_NAME)%', '@thrift.agent']
46
+ arguments : ['%env(JAEGER_SERVICE_NAME)%', '@thrift.agent', '%env(JAEGER_SPAN_BATCH)%' ]
46
47
thrift.agent :
47
48
class : Jaeger\Thrift\Agent\AgentClient
48
49
arguments : ['@thrift.protocol']
You can’t perform that action at this time.
0 commit comments