Skip to content

This repo reproduces an issue with the missing parent span for otel.

Notifications You must be signed in to change notification settings

Mossaka/otel-condvar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

otel-condvar

Usage

Start a local Jaeger instance:

docker run -d -p16686:16686 -p4317:4317 -e COLLECTOR_OTLP_ENABLED=true jaegertracing/all-in-one:latest

Run the example:

cargo run -- 1

See the traces in the Jaeger UI at http://localhost:16686

You will find that under span a2 there is a warning saying "invalid parent span id". This is because the parent span id is not set correctly.

License

This project is licensed under the MIT license.

About

This repo reproduces an issue with the missing parent span for otel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages