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

Memory "RTS" metrics #62

Open
4 tasks
wolf31o2 opened this issue Jun 21, 2024 · 0 comments
Open
4 tasks

Memory "RTS" metrics #62

wolf31o2 opened this issue Jun 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@wolf31o2
Copy link
Member

The Haskell cardano-node tracks the Haskell RTS memory metrics and exposes them. We have these metrics, but they're in the "normal" Go metrics. Collect them and expose them. Since these metrics can be blocking to collect, we should update them on a background timer, rather than collect them at poll time.

  • Live memory cardano_node_metrics_RTS_gcLiveBytes_int
  • Heap memory cardano_node_metrics_RTS_gcHeapBytes_int
  • GC Major (forced) cardano_node_metrics_RTS_gcMajorNum_int
  • GC Minor cardano_node_metrics_RTS_gcMinorNum_int
@wolf31o2 wolf31o2 added the enhancement New feature or request label Jun 21, 2024
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