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 Mac OS X Python 3.9.6
Steps to reproduce Follow steps in https://opentelemetry.io/docs/instrumentation/python/getting-started/
What is the expected behavior? App to run.
What is the actual behavior? App fails to start. Output:
File "app.py", line 5, in <module> tracer = trace.get_tracer("diceroller.tracer") NameError: name 'trace' is not defined
Additional context Part of review open-telemetry/community#1751
app.py attached: app.py.txt
The text was updated successfully, but these errors were encountered:
@lzchen I think this can be closed, right?
Sorry, something went wrong.
lzchen
Successfully merging a pull request may close this issue.
Describe your environment
Mac OS X
Python 3.9.6
Steps to reproduce
Follow steps in https://opentelemetry.io/docs/instrumentation/python/getting-started/
What is the expected behavior?
App to run.
What is the actual behavior?
App fails to start. Output:
Additional context
Part of review open-telemetry/community#1751
app.py attached: app.py.txt
The text was updated successfully, but these errors were encountered: