We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe your environment Python 3.8.2 Docker container environment
Steps to reproduce
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:
opentelemetry-python/ext/opentelemetry-ext-pymongo/src/opentelemetry/ext/pymongo/__init__.py
Line 107 in 090b664
This causes the otcollector exporter throws an exception on, which has been addressed in #640
The text was updated successfully, but these errors were encountered:
chore: post release (open-telemetry#641)
47563be
No branches or pull requests
Describe your environment
Python 3.8.2 Docker container environment
Steps to reproduce
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:
opentelemetry-python/ext/opentelemetry-ext-pymongo/src/opentelemetry/ext/pymongo/__init__.py
Line 107 in 090b664
This causes the otcollector exporter throws an exception on, which has been addressed in #640
The text was updated successfully, but these errors were encountered: