-
Notifications
You must be signed in to change notification settings - Fork 607
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
Audit all packages to ensure NoOpTracerProvider works #958
Labels
Comments
codeboten
added
good first issue
Good for newcomers
help wanted
Extra attention is needed
labels
Mar 10, 2022
6 tasks
Discussed in 3/17 SIG: Perhaps we can modify testbaseutils for loading only an api so instrumentations can test only against the api classes |
Sorry, can you provide more context, please? |
I have checked and found the Celery and Starlette is merged and could be marked finished. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An issue was found in the wsgi instrumentation by integration tests in the core repository. The issue should have been caught by unit tests in the instrumentation using the NoOpTracerProvider.
The outcome of this issue is to ensure each instrumentation contains a test using the NoOpTracerProvider and that it does not rely on the OpenTelemetry SDK:
The text was updated successfully, but these errors were encountered: