[INSTA-64769] chore: use get_tracer() for all tracer access#822
Merged
CagriYonca merged 3 commits intomainfrom Nov 24, 2025
Merged
[INSTA-64769] chore: use get_tracer() for all tracer access#822CagriYonca merged 3 commits intomainfrom
CagriYonca merged 3 commits intomainfrom
Conversation
2b5870f to
408d425
Compare
Member
@CagriYonca, please, in addition to the change requests, fix this failed condition. |
408d425 to
9598863
Compare
a9cba61 to
2ffdf6b
Compare
GSVarsha
reviewed
Nov 20, 2025
GSVarsha
requested changes
Nov 20, 2025
Contributor
GSVarsha
left a comment
There was a problem hiding this comment.
The Year 1 is the year IBM copyrighted the file content. If there's a new functionality added in the file (not bug fixes or structural changes), you can add the respective year if you want like the below:
# (c) Copyright IBM Corp. 2021, 2025
But I guess here we are only moving things around so I would suggest not to change.
2ffdf6b to
d8e8c72
Compare
9d2f9c8 to
bd8a3b5
Compare
bd8a3b5 to
82f05e4
Compare
Signed-off-by: Cagri Yonca <cagri@ibm.com>
Signed-off-by: Cagri Yonca <cagri@ibm.com>
…nd with_blinker) instrumentations Signed-off-by: Cagri Yonca <cagri@ibm.com>
82f05e4 to
3e3098c
Compare
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



We should use the get_tracer function to provide the correct use case of the singleton pattern, so we can start by adapting our code to getter and setters. Using singletons with getters and setters may also be helpful in resolving span_queue access management issues that arise from multi-threading with Instana.