adds NoOpTracerProvider test case for falcon instrumentation#3382
Merged
xrmx merged 1 commit intoopen-telemetry:mainfrom Jun 17, 2025
Merged
Conversation
Contributor
Author
|
@codeboten , @srikanthccv could you please take a look to review this PR. Thanks. |
2868de7 to
1a74060
Compare
Contributor
Author
|
Hello @xrmx . Could you please take a look at the PR and review it. |
lzchen
approved these changes
Apr 23, 2025
Contributor
Author
|
hello @lzchen ill rebase and push the changes asap. |
1a74060 to
25e2cf8
Compare
Contributor
Author
|
@lzchen. Can you please merge the branch.. |
Contributor
Author
|
@codeboten , @lzchen .Can this be merged or another rebase is needed? |
Contributor
|
@shwejanraj as github interface says you have to merge main or rebase for us to merge |
emdneto
approved these changes
Apr 28, 2025
25e2cf8 to
e00825c
Compare
Contributor
|
@kayhern care to rebase? |
e00825c to
50e0594
Compare
Contributor
|
@kayhern this already out-of-date 😓 |
Signed-off-by: Shwejan Raj, Bhupathi <Bhupathi.ShwejanRaj@fmr.com> Signed-off-by: Bhupathi Shwejan Raj <Bhupathi.ShwejanRaj@fmr.com>
50e0594 to
b27033d
Compare
devmonkey22
pushed a commit
to devmonkey22/opentelemetry-python-contrib
that referenced
this pull request
Aug 5, 2025
…lemetry#3382) Signed-off-by: Shwejan Raj, Bhupathi <Bhupathi.ShwejanRaj@fmr.com> Signed-off-by: Bhupathi Shwejan Raj <Bhupathi.ShwejanRaj@fmr.com>
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.
Description
Adds NoOpTracerProvider test cases for falcon instrumentation.
Fixes #983
How Has This Been Tested?
tox -e test-instrumentation-botocore
pytest instrumentation/opentelemetry-instrumentation-falcon/tests
Does This PR Require a Core Repo Change?