Closed
Description
Describe your environment
Python 3.8.2 Docker container environment
Steps to reproduce
- setup opentelemetry collector
- run pymongo example configured to export to opentelemetry collector
What is the expected behavior?
Spans are exported to my opentelemetry collector
What is the actual behavior?
No spans were reported and no error was visible
Additional context
The pymongo instrumentation sets the description argument to a dict here:
This causes the otcollector exporter throws an exception on, which has been addressed in #640