-
Notifications
You must be signed in to change notification settings - Fork 657
New issue
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
RuntimeError: Requested component 'otlp_span' not found in entry points for 'opentelemetry_exporter' #1466
Comments
Thanks for raising this issue @sanderland, the entrypoint exists in the package |
I should have said that as a workaround you can use the |
Thanks for getting back to me so quickly. There's probably some improvements to be made to the tutorial and/or error messages. |
This issue was marked stale due to lack of activity. It will be closed in 30 days. |
This issue is resolved. |
I am getting the same error for
|
There is no |
Probably we can change this here as well? Added a PR |
Describe your environment
Python 3.7, poetry virtrual environment
Steps to reproduce
My dependencies include
and then run
opentelemetry-instrument python3 src/app.py
in the poetry virtual environment.
What is the actual behavior?
I get the error:
Additional context
I've searched for otlp or otlp_span packages, but it seems this should just be part of opentelemetry.
The text was updated successfully, but these errors were encountered: