class Dynflow::TelemetryAdapters::Dummy
Telemetry
adapter which does not evaluate blocks passed to {#with_instance}.
Public Instance Methods
measure(_name, _tags = {}) { || ... }
click to toggle source
# File lib/dynflow/telemetry_adapters/dummy.rb, line 14 def measure(_name, _tags = {}) # Just call the block yield end
with_instance()
click to toggle source
Does nothing with the block passed to it
@return void
# File lib/dynflow/telemetry_adapters/dummy.rb, line 10 def with_instance # Do nothing end