Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Find a way to monitor actix workers and tcp listeners #9

Open
Igosuki opened this issue Aug 25, 2019 · 1 comment
Open

Find a way to monitor actix workers and tcp listeners #9

Igosuki opened this issue Aug 25, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Igosuki
Copy link
Owner

Igosuki commented Aug 25, 2019

Add some wrapper middleware for HttpServer that can log more metrics such as active connections and so on.

@Igosuki Igosuki changed the title Add new actix metrics Find a way to monitor actix workers and tcp listeners Dec 24, 2019
@Igosuki
Copy link
Owner Author

Igosuki commented Dec 24, 2019

The goal is to monitor byte throughput per socket, and worker activity (idleness, etc.)
Inspiration : https://vertx.io/docs/vertx-dropwizard-metrics/java/

@Igosuki Igosuki added the enhancement New feature or request label Dec 24, 2019
@Igosuki Igosuki self-assigned this Dec 24, 2019
@Igosuki Igosuki added this to the 0.2.1 milestone Dec 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant