Class: Instana::Activators::Cuba
- Inherits:
-
Instana::Activator
- Object
- Instana::Activator
- Instana::Activators::Cuba
- Defined in:
- lib/instana/activators/cuba.rb
Instance Method Summary collapse
Methods inherited from Instana::Activator
Instance Method Details
#can_instrument? ⇒ Boolean
7 8 9 |
# File 'lib/instana/activators/cuba.rb', line 7 def can_instrument? defined?(::Instana::Rack) && defined?(::Cuba) end |
#instrument ⇒ Object
11 12 13 14 15 16 17 18 |
# File 'lib/instana/activators/cuba.rb', line 11 def instrument require 'instana/frameworks/cuba' ::Cuba.use ::Instana::Rack ::Cuba.prepend ::Instana::CubaPathTemplateExtractor true end |