How to know .net core webapi is idle?

Viewed 26

I have a .net core minimal api that maps GET and POST to some function calls.

How do I know that the application is idle and not processing incoming requests?

Are there any nuget that monitors the state of the application and has hooks that can be subscribed to get notified of changing states?

Thank you.

0 Answers
Related