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
Describe the solution you'd like
Currently Falcon only has support for automatic instrumentation and not for manual instrumentation. We can provide support for manual instrumentation in falcon by creating static methods instrument_app and uninsturment_app in instrumentor class.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Currently Falcon only has support for automatic instrumentation and not for manual instrumentation. We can provide support for manual instrumentation in falcon by creating static methods
instrument_app
anduninsturment_app
in instrumentor class.The text was updated successfully, but these errors were encountered: