File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 3434 <type >pom</type >
3535 <scope >provided</scope >
3636 </dependency >
37+ <dependency >
38+ <groupId >io.jaegertracing</groupId >
39+ <artifactId >jaeger-client</artifactId >
40+ <version >0.34.0</version >
41+ </dependency >
3742 <!-- For tests -->
3843 <dependency >
3944 <groupId >junit</groupId >
Original file line number Diff line number Diff line change 11<server description =" Liberty server" >
22 <featureManager >
33 <feature >microProfile-3.2</feature >
4+ <feature >mpOpenTracing-1.3</feature >
45 </featureManager >
56 <quickStartSecurity userName =" admin" userPassword =" adminpwd" />
67 <keyStore id =" defaultKeyStore" location =" key.jks" type =" jks" password =" mpKeystore" />
78 <httpEndpoint host =" *" httpPort =" ${default.http.port}"
89 httpsPort =" ${default.https.port}" id =" defaultHttpEndpoint" />
910
10- <webApplication location =" service-b.war" contextRoot =" /" />
11+ <webApplication location =" service-b.war" contextRoot =" /" >
12+ <classloader apiTypeVisibility =" +third-party" />
13+ </webApplication >
1114</server >
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Hello Carlos!
6464
6565. End the service
6666
67- Use `Ctrl-C` on the window where you started `docker-compose` or use `docker-compose stop` from the `lab-jaeger-ol/solution` directory .
67+ Use `Ctrl-C` on the window where you started `docker-compose` or use `docker-compose stop` .
6868
6969
7070== Add client libraries
Original file line number Diff line number Diff line change @@ -341,7 +341,6 @@ In the YAML deployment manifest there are few items to point out:
341341+
342342[source, bash]
343343----
344- cd lab-jaeger-istio-ol
345344oc apply -f gateway.yaml -n default
346345----
347346+
You can’t perform that action at this time.
0 commit comments