Class: LogStash::Instrument::NullMetric::NullTimedExecution
- Inherits:
- 
      Object
      
        - Object
- LogStash::Instrument::NullMetric::NullTimedExecution
 
- Defined in:
- lib/logstash/instrument/null_metric.rb
Overview
Null implementation of the internal timer class
Class Method Summary collapse
Class Method Details
.stop ⇒ Object
| 66 67 68 | # File 'lib/logstash/instrument/null_metric.rb', line 66 def self.stop 0 end |