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
Currently, there are two ways of instrumenting a Flask application, through wsgi OpenTelemetryMiddleware and ext-flask FlaskInstrumenter. I believe the latter is intended to be just used for auto-instrumentation. We should have only one way of recommending users to instrument their Flask apps (manual). I believe @ocelotl is taking a look at this and whether we can leverage some of the existing wsgi logic for instruementation.
Until then, configuration for wsgi/flask apps is difficult to do, so might want to hold off on this until then.
Just like in Opencensus, users should be able to configure paths and hosts that they do not want to be traced.
Auto-instrumented apps would probably not have blacklisted paths/hosts.
The text was updated successfully, but these errors were encountered: