Class: SystemMetrics::Instrument::Rack

Inherits:
Base
  • Object
show all
Defined in:
lib/system_metrics/instrument/rack.rb

Instance Attribute Summary

Attributes inherited from Base

#pattern

Instance Method Summary collapse

Methods inherited from Base

#handles?, #ignore?, #mapped_paths, #prepare, #prune_path

Constructor Details

#initializeRack

Returns a new instance of Rack.



5
6
7
# File 'lib/system_metrics/instrument/rack.rb', line 5

def initialize
  super /^request\.rack$/
end