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

Feedback on experimental tokio runtime metrics support #485

Open
gagbo opened this issue Apr 4, 2023 · 0 comments
Open

Feedback on experimental tokio runtime metrics support #485

gagbo opened this issue Apr 4, 2023 · 0 comments

Comments

@gagbo
Copy link

gagbo commented Apr 4, 2023

Hello,

Recently I had the need to get the metrics of Tokio runtime to be exposed to Prometheus. As the metrics are very unstable for now (It's hidden behind a rustflag), instead of trying to get the metrics here I made an extra library to be more nimble to follow possible breaking changes.

https://github.com/gagbo/rust-prometheus-tokio

It is loosely based on the process collector that already exists here, and I welcome any feedback on it (adding or removing metrics, renaming them, performance implications), as eventually when RuntimeMetrics get stabilized I would like to have this library upstreamed here.

Have a good day,
Gerry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant