claws / aioprometheus

A Prometheus Python client library for asyncio-based applications
176 stars 21 forks source link

websocket support in quart #93

Closed l1f closed 11 months ago

l1f commented 1 year ago

I ran into a problem with MetricsMiddleware today, as soon as I add that to my Quart project websockets don't work anymore.

I think the problem should be easy to solve, in that when the scope is checked, not only http may be used, but also websocket.

Klavionik commented 11 months ago

Having the same issues with WebSockets. 😢

l1f commented 11 months ago

I would also be happy if it get merged. But so far I haven't heard anything from the maintainer.