Module: UltraMarathon::Instrumentation

Extended by:
ActiveSupport::Concern
Included in:
BaseRunner, SubRunner
Defined in:
lib/ultra_marathon/instrumentation.rb,
lib/ultra_marathon/instrumentation/store.rb,
lib/ultra_marathon/instrumentation/profile.rb

Defined Under Namespace

Modules: ClassMethods Classes: Profile, Store

Instance Method Summary collapse

Instance Method Details

#instrumentationsUltraMarathon::Instrumentation::Store

The default instrumentation store for the included class



28
29
30
# File 'lib/ultra_marathon/instrumentation.rb', line 28

def instrumentations
  @instrumentations ||= UltraMarathon::Instrumentation::Store.new([], prefix: instrumentation_prefix)
end