Skip to content

Commit 2128365

Browse files
author
Carlos Santana
authored
Merge pull request ibm-cloud-architecture#8 from ibm-cloud-architecture/issue-7-java-menus
Update menu and references
2 parents 7ac77c7 + bd47066 commit 2128365

File tree

5 files changed

+7017
-17
lines changed

5 files changed

+7017
-17
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
.cache
33

44
gh-pages/
5-
node_modules/
6-
package-lock.json
5+
node_modules/

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
## Running site in development mode
44

5-
To run the site in development mode you need to have https://nodejs.org/en/[npm] installed with https://nodejs.org[nodejs] v10.x or above.
5+
To run the site in development mode you need to have https://nodejs.org/en/[npm] installed with https://nodejs.org[nodejs] v10.x or above.
66

7-
After cloning the repositories, you can run `npm install` from the root directory of the repository to install needed nodejs packages.
7+
After cloning the repositories, you can run `npm ci` from the root directory of the repository to install needed nodejs packages.
88

9-
Start the development site using `npm run dev` command, this should open a local development site in http://localhost:3000.
9+
Start the development site using `npm run dev` command, this should open a local development site in http://localhost:3000.
1010

1111
Making any changes to your local repositories above cloned earlier, will be automatically built and the development site gets reloaded automatically.
1212

1313
== Send your contribution
1414

15-
Now you are all set,
15+
Now you are all set,
1616
- Open an Issue in http://github.com/ibm-cloud-architecture/learning-cloudnative-101/issues
1717
- Prepare your changes in the respective documentation repository
1818
- Send the PR to respective repositories listed above

modules/ROOT/nav.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
* xref:index.adoc[Overview]
22
* xref:distributed_tracing.adoc[Distributed Tracing]
3-
* xref:lab-jaeger-nodejs.adoc[Lab 1 Node.js]
4-
* xref:lab-jaeger-java.adoc[Lab 2 Java]
5-
* xref:lab-jaeger-ol.adoc[Lab 3 Open Liberty]
6-
* xref:ocp-jaeger.adoc[Lab 4 Jaeger on Kubernetes]
7-
* xref:ocp-istio-java.adoc[Lab 5 Istio Java]
8-
* xref:ocp-istio-ol.adoc[Lab 6 Istio Open Liberty]
9-
* xref:ocp-istio-nodejs.adoc[Lab 7 Istio Node.js]
3+
* xref:lab-jaeger-nodejs.adoc[Lab 1 Node.js Express.js]
4+
* xref:lab-jaeger-java.adoc[Lab 2 Java Spring Boot]
5+
* xref:lab-jaeger-ol.adoc[Lab 3 Java Open Liberty]
6+
* xref:ocp-jaeger.adoc[Lab 4 Jaeger on OpenShift]
7+
* xref:ocp-istio-nodejs.adoc[Lab 5 Istio Node.js Express.js]
8+
* xref:ocp-istio-java.adoc[Lab 6 Istio Java Spring Boot]
9+
* xref:ocp-istio-ol.adoc[Lab 7 Istio Java Open Liberty]
1010
* xref:references.adoc[References]
1111

modules/ROOT/pages/references.adoc

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= References
22
Carlos Santana <csantana@us.ibm.com>
3-
v1.0, 2019-09-16
3+
v1.0, 2020-03-27
44
:imagesdir: images
55
:toc:
66

@@ -11,15 +11,19 @@ There are many client libraries for opentracing, jaeger, and zipkin pickig the c
1111
** Node.js
1212
*** https://github.com/opentracing/opentracing-javascript (on npm `opentracing`)
1313
*** https://opentracing.io/guides/javascript/
14-
* Jaeger
14+
** Sprint Boot
15+
*** https://github.com/opentracing-contrib/java-spring-cloud
16+
** MicroProfile OpenTracing
17+
*** https://github.com/eclipse/microprofile-opentracing/blob/master/spec/src/main/asciidoc/microprofile-opentracing.asciidoc
18+
* Jaeger Client
1519
** Node.js
1620
*** https://github.com/jaegertracing/jaeger-client-node (on npm `jaeger-client`)
1721
*** https://www.jaegertracing.io/docs/1.11/client-features/
18-
22+
** Java
23+
*** https://github.com/jaegertracing/jaeger-client-java
1924

2025

2126
== Resources
2227
* Repo for the book Mastering Distributed Tracing by Yuri Shkuro https://github.com/PacktPublishing/Mastering-Distributed-Tracing
2328
* OpenTracing Tutorial https://github.com/yurishkuro/opentracing-tutorial
2429
* OpenTracing API Documentation https://doc.esdoc.org/github.com/opentracing/opentracing-javascript/identifiers.html
25-
* Use MicroProfile OpenTracing and distributed tracing with Istio to enhance system observability https://github.com/IBM/opentracing-istio-troubleshooting

0 commit comments

Comments
 (0)