ext/boto: Could not serialize attribute aws.region to tag when exporting via jaeger #818
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. I saw the issue with SES, but I assume other calls have the same problem as well.
What is the expected behavior?
aws.region
should be serialized correctly.What is the actual behavior?
Could not serialize attribute aws.region:('us-east-1',) to tag
Additional context
Not sure how it should be serialized given jaeger doesn't appear to support list types. Probably should be coerced to a string.
The text was updated successfully, but these errors were encountered: