Sha256: 93cff3fc73a5dd1f3e517686de06a436adc8fdc85ba98494541aec636234d6b7
Contents?: true
Size: 395 Bytes
Versions: 12
Compression:
Stored size: 395 Bytes
Contents
module Dynflow module TelemetryAdapters # Telemetry adapter which does not evaluate blocks passed to {#with_instance}. class Dummy < Abstract # Does nothing with the block passed to it # # @return void def with_instance # Do nothing end def measure(_name, _tags = {}) # Just call the block yield end end end end
Version data entries
12 entries across 12 versions & 1 rubygems