Skip to content

ty-elastic/otel-python-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple test harness to demonstrate that python requests auto-instrumentation appears to be regenerating the same Trace ID.

Break

Edit docker-compose.yml / source to expose the following build args:

        #broken
        OTEL_VERSION: 0.50b0
        OTEL_VERSION_OTLP: 1.29.0

Fix

Edit docker-compose.yml / source to expose the following build args:

        #works
        # OTEL_VERSION: 0.49b2
        # OTEL_VERSION_OTLP: 1.28.2

Test

docker compose build docker compose up

Observe Trace ID

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published