-
Notifications
You must be signed in to change notification settings - Fork 705
Update instrumentations to use tracer_provider for creating tracer if given, otherwise use global tracer provider #402
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
Merged
Merged
Changes from 22 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
bb5570c
Update instrumentations to use tracer_provider for creating tracer if…
srikanthccv ba977dd
Update instrumentations; fix lint
srikanthccv 848a3b0
Merge branch 'main' into issue-401
srikanthccv 9f91e91
Merge remote-tracking branch 'upstream/main' into issue-402
srikanthccv f908c87
Use same tracer for each call
srikanthccv f82ccc9
Merge branch 'issue-401' of github.com:lonewolf3739/opentelemetry-pyt…
srikanthccv c0daf28
Update aiopg
srikanthccv 004e5c5
Fix lint
srikanthccv 9e27104
resolve merge conflicts
srikanthccv d4bd7fd
Remove old test
srikanthccv 89bd65c
Add test for aiopg inregration
srikanthccv baa70ec
Add tracer provider test
srikanthccv e47cdbb
Black format
srikanthccv 7c121df
Remove unused code
srikanthccv 43dc357
Update dbapi tests
srikanthccv 0980c5f
Add django test
srikanthccv 415ba22
Update instrumentations
srikanthccv 3073cf9
Add missing params
srikanthccv 5bf13f9
update instrumentations
srikanthccv 8e5a6df
Update docstring
srikanthccv 6df43ab
Fix lint
srikanthccv 0f3fa3f
Update asgi
srikanthccv 8c27e16
Fix sphnix docs
srikanthccv 791a23c
Add CHANGELOG
srikanthccv ea5a8a7
Revert tox.ini change
srikanthccv bf33f17
Invalidate old cache
srikanthccv 5df680a
Revert "Invalidate old cache"
srikanthccv f3ebf2c
Address review comments
srikanthccv b5d614b
Resolve merge conflicts
srikanthccv 7ee6846
Recreate tox env
srikanthccv a025c2e
Resolve merge conflicts
srikanthccv c537619
Fix lint
srikanthccv eb23f94
Fix CI
srikanthccv 8e3decc
Remove docstring
srikanthccv 90b62ca
Update docstring
srikanthccv fc0fb70
Revert test.yml
srikanthccv 04eb555
Revert tox.ini
srikanthccv d90b2e0
Merge branch 'main' into issue-401
lzchen 25f5035
Resolve merge conflicts
srikanthccv 842ba1a
Merge branch 'issue-401' of github.com:lonewolf3739/opentelemetry-pyt…
srikanthccv 9906fd3
Resolve merge conflicts
srikanthccv 2be24c5
Merge branch 'main' into issue-401
lzchen 42d8351
Fix lint
srikanthccv 5219873
Merge branch 'main' into issue-401
lzchen 66ae5e1
Merge branch 'main' into issue-401
srikanthccv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
instrumentation/opentelemetry-instrumentation-asyncpg/tests/test_asyncpg_wrapper.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.