Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add Actix-web level metrics #796

Open
jrconlin opened this issue Aug 21, 2020 · 0 comments
Open

Add Actix-web level metrics #796

jrconlin opened this issue Aug 21, 2020 · 0 comments
Labels
5 Estimate - l - Moderately complex, will require some effort but clearly defined.

Comments

@jrconlin
Copy link
Member

It would be useful to try and metric the number of active connections. One possible tactic is to record an incr on new connection and then add a Drop impl that does a decr.

@jrconlin jrconlin added the 5 Estimate - l - Moderately complex, will require some effort but clearly defined. label Aug 21, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
5 Estimate - l - Moderately complex, will require some effort but clearly defined.
Projects
None yet
Development

No branches or pull requests

1 participant