Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 654 Bytes

readme.md

File metadata and controls

22 lines (12 loc) · 654 Bytes

Simple Tracing

Example application to check why context propagation doesn't work.

Backlinks:

Architecture

The Web App calls the Die Roller Service which calls the Randomizer Service.

We only send traces from the backend.

We expect to see context propagation from the Die Roller Service to the Randomizer Service.

Running

You can use the compose.yaml file to run the application with a Collector and Jaeger configured. Just run

docker compose up

The web application will be served at http://localhost:5173 and Jaeger will be hosted at http://localhost:16686