-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Python Getting Started Roll the DIce: No Telemetry #3521
Comments
Package installation caused errors with latest versions because of release process. Downgraded to the previous versions seen here (viewable through command
Worked and can now see the telemetry. Will continue working through the tutorial with goal of addressing Issue [Meta] Make the "Roll the dice" application the default sample application #2623 . |
Thanks @ArtificialBlue for reporting this issue. @open-telemetry/python-approvers please take a look! |
I'm facing a similar issue also following the getting-started doc. Like @ArtificialBlue I also downgraded
and that seemed to work |
@open-telemetry/python-approvers please take a look! |
You need |
Thanks for confirming @ekquasar . I will close this issue now, please re-open if you still face issues @ArtificialBlue |
What needs to be changed? Describe the update that is required.
Was trying to follow the Getting Started tutorial for Python (https://opentelemetry.io/docs/instrumentation/python/getting-started/). Executed command "opentelemetry-bootstrap -a install" and it gave back the following error log:
I tried to continue with the tutorial despite this. Ran the command:
The application run successfully, generating a random number, but I don't see any telemetry in the console.
What is the name + path of the page that needs changed?
(https://opentelemetry.io/docs/instrumentation/python/getting-started/)
The text was updated successfully, but these errors were encountered: