-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
things to count:
- number of client connections opened/closed
- number of upstream connections opened/closed
- number of requests served
- number of cache hits
- number of cache misses
- number of cacheable cache misses (i.e GET requests)
- can get counts of function calls (which map to socket events) from cProfile
Reactions are currently unavailable