Class: InstrumentAllTheThings::Clients::Blackhole
- Inherits:
-
Object
- Object
- InstrumentAllTheThings::Clients::Blackhole
- Defined in:
- lib/instrument_all_the_things/clients/tracer/blackhole.rb
Defined Under Namespace
Classes: Span
Instance Method Summary collapse
-
#initialize ⇒ Blackhole
constructor
A new instance of Blackhole.
- #trace(_name, _options) {|Span.new| ... } ⇒ Object
Constructor Details
#initialize ⇒ Blackhole
Returns a new instance of Blackhole.
12 13 14 |
# File 'lib/instrument_all_the_things/clients/tracer/blackhole.rb', line 12 def initialize reset! end |