Ruby VM memory usage metrics #575
-
Hello,
I am very happy with the solution so far. I have a dashboard that shows me the request latency, request rate per minute and error rate per minute. I have also set up the However, what I am missing is memory usage statistics for the individual Ruby VMs. Do you have any suggestions on what I could use to generate per VM memory usage metrics? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@dan-corneanu I assume you are looking for metrics like Old/New Gen sizes, GC, Object allocations, etc... Unfortunately, the Metrics SDK is still a WIP so you will likely need a vendor specific solution to capture these runtime metrics. |
Beta Was this translation helpful? Give feedback.
@dan-corneanu I assume you are looking for metrics like Old/New Gen sizes, GC, Object allocations, etc...
Unfortunately, the Metrics SDK is still a WIP so you will likely need a vendor specific solution to capture these runtime metrics.