Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions distributed-tracing/node-js-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Node.js version >= 8.9.1 is supported.
1. Configure the [Wavefront Jaeger Integration](https://docs.wavefront.com/jaeger.html#jaeger-integration-setup):
* Install and configure the Wavefront proxy (version >= 4.38), adding `traceJaegerListenerPorts=<enter-available-port>`. You can use the following command to run Wavefront proxy in docker:
```
$ docker run -d \
$ docker run -d --name wfproxy \
-e WAVEFRONT_URL=https://{CLUSTER}.wavefront.com/api/ \
-e WAVEFRONT_TOKEN={TOKEN} \
-e JAVA_HEAP_USAGE=512m \
Expand All @@ -62,6 +62,7 @@ Node.js version >= 8.9.1 is supported.
-p 50000:50000 \
wavefronthq/proxy:latest
```
* Replace `{CLUSTER}` with the cluster name of your wavefront. Replace `{TOKEN}` with the valid API token.

* Restart Jaeger using the following commands:
```
Expand All @@ -86,4 +87,4 @@ Node.js version >= 8.9.1 is supported.

2. Use ./loadgen.sh in the root directory to send a request of ordering shirts every {interval} seconds. You will see some random failures which are added by us.

3. Go to **Applications -> Traces** in the Wavefront UI to visualize your traces. You can also go to **Applications -> Inventory** to visualize the RED metrics that are automatically derived from your tracing spans. Application name is defaulted to `Jaeger`.
3. Go to **Applications -> Traces** in the Wavefront UI to visualize your traces. You can also go to **Applications -> Inventory** to visualize the RED metrics that are automatically derived from your tracing spans. Application name is defaulted to `Jaeger`.