ext/boto and ext/botocore: fails to export spans via jaeger #817
Labels
bug
Something isn't working
good first issue
Good first issue
help wanted
instrumentation
Related to the instrumentation of third party libraries or frameworks
Describe your environment
Steps to reproduce
Install and enable ext/boto with a jaeger exporter configured
What is the expected behavior?
Spans are exported via jaeger
What is the actual behavior?
Additional context
Span creation code stomps the resource field with a string, which is not the expected type of
Resource
:opentelemetry-python/ext/opentelemetry-ext-boto/src/opentelemetry/ext/boto/__init__.py
Line 126 in 0ce8cb6
opentelemetry-python/ext/opentelemetry-ext-botocore/src/opentelemetry/ext/botocore/__init__.py
Line 101 in 0ce8cb6
Not sure what the intent is here, but maybe resource should be an attribute instead?
The text was updated successfully, but these errors were encountered: