Skip to content
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

Uninstruemnt existing instances before uninstrumenting falcon class #1341

Merged
merged 7 commits into from
Sep 20, 2022

Conversation

TheAnshul756
Copy link
Contributor

@TheAnshul756 TheAnshul756 commented Sep 19, 2022

Description

Create a static list of all instances of InstrumentedFalconAPI and fix uninstrument function.

Fixes #1325

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • tox -e test-instrumentation-falcon1
  • tox -e test-instrumentation-falcon2
  • tox -e test-instrumentation-falcon3

Does This PR Require a Core Repo Change?

  • No.

Checklist:

See contributing.md for styleguide, changelog guidelines, and more.

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been added

@TheAnshul756 TheAnshul756 requested a review from a team as a code owner September 19, 2022 09:49
@TheAnshul756 TheAnshul756 marked this pull request as draft September 19, 2022 09:50
@TheAnshul756 TheAnshul756 marked this pull request as ready for review September 19, 2022 11:11
Copy link
Member

@srikanthccv srikanthccv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thanks!

@srikanthccv srikanthccv enabled auto-merge (squash) September 20, 2022 17:49
@srikanthccv srikanthccv merged commit 9593eea into open-telemetry:main Sep 20, 2022
@TheAnshul756 TheAnshul756 deleted the fix-uninstrument-falcon branch September 21, 2022 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FalconInstrumentor().uninstrument() method do not uninstrument existing Falcon Apps
4 participants