Class: HTM::Telemetry::NullInstrument
- Inherits:
-
Object
- Object
- HTM::Telemetry::NullInstrument
- Includes:
- Singleton
- Defined in:
- lib/htm/telemetry.rb
Overview
Null instrument that accepts but ignores all metric operations
Instance Method Summary collapse
Instance Method Details
#add ⇒ Object
47 |
# File 'lib/htm/telemetry.rb', line 47 def add(*) = nil |
#record ⇒ Object
48 |
# File 'lib/htm/telemetry.rb', line 48 def record(*) = nil |