Description
Describe your environment
After update from release 0.16b1
to 0.17b0
exporting the spans stopped to work in my demo application - simple Flask HTTP servers with some requests.
Steps to reproduce
Clone the test application: https://github.com/SumoLogic/the-coffee-bar
How to run:
# Run the docker images build script
./scripts/build_local_all.sh`
# Run the docker-compose
cd dockerization
docker-compose up
Spans should be present in the otelcol
console and they are available also under http://localhost:16686
- look for services called the-coffee-*
- they come from Python apps.
What is the expected behavior?
Exported spans.
What is the actual behavior?
Focus on the apps/containers with prefix the-coffee-*
. Other apps are implemented in different languages.
TraceId
and SpanId
are injected in the logs so I can see that application is instrumented but spans are not exported via exporters OTLP, Jaeger, Zipkin
Additional context
Used packages:
opentelemetry-sdk==0.17b0
opentelemetry-instrumentation==0.17b0
opentelemetry-exporter-jaeger==0.17b0
opentelemetry-exporter-otlp==0.17b0
opentelemetry-exporter-zipkin==0.17b0
Flask==1.1.2
requests==2.25.1