-
Notifications
You must be signed in to change notification settings - Fork 29
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
Implement metrics logging from Hikari #48
Comments
Also log metrics to observatory: https://api.dartlang.org/apidocs/channels/be/dartdoc-viewer/dart:profiler |
If I get it clear we have this "MetricRegistry" and everything is logged there(nothing to the console), and we fetch it on demand ? |
Not sure yet. This is ticket is a note to self for me to do some research. Perhaps I will do something like this: Adding this to pool:
Another library can then be used to push these metrics into collectd, graphite or observatory. Standard system monitory tools can then be used to view realtime graphs, and set up alert emails/sms if connection times reach some threshold. |
https://github.com/brettwooldridge/HikariCP/wiki/Codahale-Metrics
The text was updated successfully, but these errors were encountered: