Class: InstrumentAllTheThings::Clients::Blackhole::Span
- Inherits:
-
Object
- Object
- InstrumentAllTheThings::Clients::Blackhole::Span
- Defined in:
- lib/instrument_all_the_things/clients/tracer/blackhole.rb
Instance Method Summary collapse
-
#initialize ⇒ Span
constructor
A new instance of Span.
- #set_tag(name, value) ⇒ Object
Constructor Details
#initialize ⇒ Span
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 |