godays-demo

module
v0.0.0-...-3c3b8eb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 22, 2020 License: Apache-2.0

README

GoDays Demo

Each step of the demo can be built using docker-compose build --build-arg step=4. Then run the demo: docker-compose up -d

The docker-compose up -d command will start 3 containers:

  • Jaeger all-in-one (contains all services for Jaeger), exposed at localhost:16686
  • Backend Service, exposed at localhost:8080
  • Frontend Service, exposed at localhost:8081

We can produce some traces with:

for i in {1..10}; do curl 'http://localhost:8081/toastoftheday'; done

Now go to the Jaeger UI and inspect the traces.

Cleanup

docker-compose stop && docker-compose rm -f

Directories

Path Synopsis
step_1
step_2
step_3
step_4
step_5

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL