From 887319b270380227bc57d861176b20385f19179a Mon Sep 17 00:00:00 2001 From: James Bunch Date: Fri, 15 Apr 2022 16:06:54 -0700 Subject: [PATCH] Update lib/new_relic/agent/vm/mri_vm.rb Typo fix Co-authored-by: Kayla Reopelle (she/her) <87386821+kaylareopelle@users.noreply.github.com> --- lib/new_relic/agent/vm/mri_vm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/new_relic/agent/vm/mri_vm.rb b/lib/new_relic/agent/vm/mri_vm.rb index 8ed8e93ad8..5f128db86c 100644 --- a/lib/new_relic/agent/vm/mri_vm.rb +++ b/lib/new_relic/agent/vm/mri_vm.rb @@ -53,7 +53,7 @@ def gather_ruby_vm_stats(snap) end end - def gather_constant_cache_invalidatiions + def gather_constant_cache_invalidations # Ruby >= 3.2 uses :constant_cache # see: https://github.com/ruby/ruby/pull/5433 and https://bugs.ruby-lang.org/issues/18589 # TODO: now that 3.2+ provides more granual cache invalidation data, should we report it instead of summing?