[azure-core-tracing-opentelemetry] Exception while exporting Span batch #25112
Labels
Azure.Core
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
OpenTelemetry
OpenTelemetry instrumentation (not Monitor-specific)
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
I try to implement opentelemetry like in your documentation: https://pypi.org/project/azure-core-tracing-opentelemetry/
But when I run the code, just before exporting spans,
I get the error:
To Reproduce
Steps to reproduce the behavior:
Command:
If I comment
settings.tracing_implementation = OpenTelemetrySpan
readall
works well without errorExpected behavior
I wan't to have spans generated
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
My requirements:
azure-core==1.13.0
azure-core-tracing-opentelemetry==1.0.0b9
azure-storage-blob==12.8.1
opentelemetry-api==1.12.0rc2
opentelemetry-distro==0.32b0
opentelemetry-exporter-otlp-proto-grpc==1.12.0rc2
opentelemetry-instrumentation==0.32b0
opentelemetry-instrumentation-urllib==0.32b0
opentelemetry-instrumentation-wsgi==0.32b0
opentelemetry-sdk==1.12.0rc2
opentelemetry-semantic-conventions==0.32b0
opentelemetry-util-http==0.32b0
urllib3==1.26.4
The text was updated successfully, but these errors were encountered: