Skip to content

Commit a4c38bb

Browse files
committed
2 parents 1ccbda7 + 636ba66 commit a4c38bb

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

lab-jaeger-ol/service-b/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
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>
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
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>

modules/ROOT/pages/lab-jaeger-ol.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

modules/ROOT/pages/ocp-istio-ol.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
345344
oc apply -f gateway.yaml -n default
346345
----
347346
+

0 commit comments

Comments
 (0)