-
Notifications
You must be signed in to change notification settings - Fork 601
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
Evaluate additional Ruby VM stats for inclusion #2350
Labels
Comments
This was referenced Dec 7, 2023
With Ruby 3.3,
|
And with YJIT, we have these...
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The agent currently reports on these 3 VM stats:
RubyVM.stat[:global_method_state]
RubyVM.stat[:constant_cache_invalidations]
OR THE OLDRubyVM.stat[:global_constant_stats]
RubyVM.stat[:constant_cache_misses]
With Ruby 3.3 at least, there are 2 additional keys we currently ignore. Any value in reporting on them?
The text was updated successfully, but these errors were encountered: