aio-libs / aiomonitor

aiomonitor is module that adds monitor and python REPL capabilities for asyncio application
https://aiomonitor.aio-libs.org
Apache License 2.0
650 stars 40 forks source link

Monitoring of multiple events in one interface #402

Open frelion opened 7 months ago

frelion commented 7 months ago

Is your feature request related to a problem?

No response

Describe the solution you'd like

In my program, I use asyncio in multiprocessing. I don't want to create a separate interface for each process. Can I monitor them all in a single interface?

Describe alternatives you've considered

Maybe the web server can be separate from the aiomonitor class, and the web server starts separately. The aiomonitor instance just sends messages to it.

Additional context

No response

Code of Conduct

achimnol commented 6 months ago

Yes, I agree with your request. Let me think a little bit more, but I cannot guarantee when it is going to be implemented.