You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @srikanthccv
Looks like there is no method to manually uninstrument an api/app in falcon similar to uninstrument_app in fastapi. Should I implement one, as it will be required to uninstrument existing instances?
To reduce the scope of this issue just add a private helper which can pop the middleware. The instrument_app/uninstrument_app can be a feature request to address in separate ticket.
Similar to #1256 in FastAPI, falcon uninstrument method do not uninstrument existing falcon instrumented apps, which is not the expected behaviour.
The text was updated successfully, but these errors were encountered: