Class: ElasticAPM::Spies::ShoryukenSpy Private
- Inherits:
-
Object
- Object
- ElasticAPM::Spies::ShoryukenSpy
- Defined in:
- lib/elastic_apm/spies/shoryuken.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Defined Under Namespace
Classes: Middleware
Instance Method Summary collapse
- #install ⇒ Object private
Instance Method Details
#install ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
58 59 60 61 62 |
# File 'lib/elastic_apm/spies/shoryuken.rb', line 58 def install ::Shoryuken.server_middleware do |chain| chain.add Middleware end end |