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 8
8
},
9
9
"require" : {
10
10
"php" : " >=7.4" ,
11
- "code-tool/jaeger-client-php" : " ^3.1 " ,
11
+ "code-tool/jaeger-client-php" : " ^3.4 " ,
12
12
"symfony/config" : " ^4.3|^5.0" ,
13
13
"symfony/console" : " ^4.3|^5.0" ,
14
14
"symfony/dependency-injection" : " ^4.3|^5.0" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ parameters:
12
12
env(JAEGER_DEBUG_COOKIE) : ' debug'
13
13
env(JAEGER_SERVICE_NAME) : ' %service_name%'
14
14
env(JAEGER_SPAN_BATCH) : ' 16'
15
+ env(JAEGER_TRACE_128) : false
15
16
16
17
services :
17
18
spl.stack :
@@ -41,7 +42,7 @@ services:
41
42
arguments : ['%env(JAEGER_SAMPLER_TYPE)%', '%env(JAEGER_SAMPLER_PARAM)%']
42
43
jaeger.span.factory :
43
44
class : Jaeger\Span\Factory\SpanFactory
44
- arguments : ['@id.generator.span', '@jaeger.sampler']
45
+ arguments : ['@id.generator.span', '@jaeger.sampler', '%env(bool:JAEGER_TRACE_128)%' ]
45
46
client.thrift :
46
47
class : Jaeger\Client\ThriftClient
47
48
arguments : ['%env(JAEGER_SERVICE_NAME)%', '@thrift.agent', '%env(JAEGER_SPAN_BATCH)%']
You can’t perform that action at this time.
0 commit comments