claws / aioprometheus

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

websocket support in quart #93

Closed l1f closed 8 months ago

l1f commented 11 months 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 8 months ago

Having the same issues with WebSockets. 😢

l1f commented 8 months ago

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