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

Capture metrics in web dashboard #45

Closed
brooksmtownsend opened this issue Jun 11, 2021 · 1 comment
Closed

Capture metrics in web dashboard #45

brooksmtownsend opened this issue Jun 11, 2021 · 1 comment
Labels
host web ui aka washboard

Comments

@brooksmtownsend
Copy link
Member

Erlang has system APIs that allow for capturing metrics, these can be integrated into the web dashboard widgets to provide pretty usage statistics like uptime, memory usage, process count, etc.

Here are some of those APIs:
http://erlang.org/documentation/doc-5.7.4/erts-5.7.4/doc/html/erlang.html#erlang:system_info-1

http://erlang.org/doc/man/erlang.html#statistics-1

http://erlang.org/doc/man/erlang.html#memory-0

@autodidaddict
Copy link
Member

@brooksmtownsend has already added a preliminary set of metrics like uptime and process count. Anything beyond that is out of scope for 0.50 and we should consider separately as enhancements.

wasmCloud 1.0-RC0 automation moved this from To do to Done Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
host web ui aka washboard
Projects
No open projects
Development

No branches or pull requests

2 participants