Skip to content

OTEL is missing fetch instrumentation. This project illustrates that

Notifications You must be signed in to change notification settings

tglanz/simple-tracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

OTEL is missing fetch instrumentation. This project illustrates that

Resources

Stars

Watchers

Forks

Packages

No packages published