You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @YiuTerran ,
I agree that in prod env it can be useful.
I can expose TCP connections number, transactions number, it should be quit easy.
Dialogs is currently out of this lib's scope, so I'm not sure how to provide some reliable stats about them.
And regarding errors rate, I guess it would be a complex task... However, probably it should be bound to some meaningful contexts, for example transactions error rate and so on. I need to think about this, there are quit a mess currently.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When using in product env, we usually want to export service metrics to Prometheus.
For example, the client count (using TCP/UDP), transaction count, active dialog count, err rate, etc.
Maybe we should add some more functions for this purpose.
The text was updated successfully, but these errors were encountered: