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
it seems there is an issue when trying to use MetricsMiddleware alongside with AsyncApp from connexion.
It returns the error: 'ConnexionMiddleware' object has no attribute 'routes'.
connexion==3.2.0
aioprometheus==23.12.0 with extras aiohttp and starlette
Hi,
it seems there is an issue when trying to use
MetricsMiddleware
alongside withAsyncApp
from connexion.It returns the error:
'ConnexionMiddleware' object has no attribute 'routes'
.connexion==3.2.0
aioprometheus==23.12.0 with extras aiohttp and starlette
The text was updated successfully, but these errors were encountered: