-
Notifications
You must be signed in to change notification settings - Fork 803
adds NoOpTracerProvider test case for falcon instrumentation #3382
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
adds NoOpTracerProvider test case for falcon instrumentation #3382
Conversation
|
@codeboten , @srikanthccv could you please take a look to review this PR. Thanks. |
2868de7 to
1a74060
Compare
|
Hello @xrmx . Could you please take a look at the PR and review it. |
|
hello @lzchen ill rebase and push the changes asap. |
1a74060 to
25e2cf8
Compare
|
@lzchen. Can you please merge the branch.. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @shwejanraj
|
@codeboten , @lzchen .Can this be merged or another rebase is needed? |
|
@shwejanraj as github interface says you have to merge main or rebase for us to merge |
25e2cf8 to
e00825c
Compare
|
@kayhern care to rebase? |
e00825c to
50e0594
Compare
|
@kayhern this already out-of-date 😓 |
Signed-off-by: Shwejan Raj, Bhupathi <[email protected]> Signed-off-by: Bhupathi Shwejan Raj <[email protected]>
50e0594 to
b27033d
Compare
…lemetry#3382) Signed-off-by: Shwejan Raj, Bhupathi <[email protected]> Signed-off-by: Bhupathi Shwejan Raj <[email protected]>
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?