-
Notifications
You must be signed in to change notification settings - Fork 802
Open
Labels
Description
Starting a discussion around what integration for Gunicorn would look like, and also discuss if it's needed.
Today, we already have integrations with web frameworks directly (e.g. flask) as well as wsgi:
https://github.com/open-telemetry/opentelemetry-python/tree/master/ext
I presume that, if we support the major gateway interfaces (WSGI and ASGI), and finer grained support per framework, then everything should work fine with Gunicorn with support for ASGI in benoitc/gunicorn#1380.
But wanted to get further thoughts.
c24t, disfluxly, ocervell, smcoll, atrepczik and 5 more