Class: InstrumentAllTheThings::Clients::Blackhole::Span

Inherits:
Object
  • Object
show all
Defined in:
lib/instrument_all_the_things/clients/tracer/blackhole.rb

Instance Method Summary collapse

Constructor Details

#initializeSpan

Returns a new instance of Span.



7
# File 'lib/instrument_all_the_things/clients/tracer/blackhole.rb', line 7

def initialize; end

Instance Method Details

#set_tag(name, value) ⇒ Object



9
# File 'lib/instrument_all_the_things/clients/tracer/blackhole.rb', line 9

def set_tag(name, value); end