You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
cardano_node_metrics_RTS_gcLiveBytes_int
cardano_node_metrics_RTS_gcHeapBytes_int
cardano_node_metrics_RTS_gcMajorNum_int
cardano_node_metrics_RTS_gcMinorNum_int
The text was updated successfully, but these errors were encountered: