-
Notifications
You must be signed in to change notification settings - Fork 760
Open
Labels
Description
What problem do you want to solve?
opentelemetry-instrumentation-falcon
only supports WSGI server. If you're using falcon.asgi
, no trace will be exported.
Describe the solution you'd like
Add ASGI support to opentelemetry-instrumentation-falcon
.
Describe alternatives you've considered
No response
Additional Context
https://falcon.readthedocs.io/en/stable/api/app.html
Would you like to implement a fix?
Yes
FilipNikolovski