Skip to content

Commit

Permalink
Update lib/new_relic/agent/vm/mri_vm.rb
Browse files Browse the repository at this point in the history
Typo fix

Co-authored-by: Kayla Reopelle (she/her) <[email protected]>
  • Loading branch information
fallwith and kaylareopelle authored Apr 15, 2022
1 parent 9abd4b1 commit 887319b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/new_relic/agent/vm/mri_vm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 887319b

Please sign in to comment.