Skip to content

Commit

Permalink
fix mutex path fixes #129
Browse files Browse the repository at this point in the history
  • Loading branch information
oldmoe committed Sep 24, 2024
1 parent 83a1dc5 commit 8b4061b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/litestack/litemetric.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def setup
super
@metrics = {}
@registered = {}
@mutex = Litesupport::Mutex.new
@mutex = Litescheduler::Mutex.new
@collector = Litemetric::Collector.new({dbpath: @options[:path]})
@summarizer = create_summarizer
@flusher = create_flusher
Expand Down

0 comments on commit 8b4061b

Please sign in to comment.