Module: Datadog::Contrib::Grape::Instrumentation
- Defined in:
- lib/ddtrace/contrib/grape/instrumentation.rb
Overview
Instrumentation for Grape::Endpoint
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
6 7 8 9 |
# File 'lib/ddtrace/contrib/grape/instrumentation.rb', line 6 def self.included(base) base.singleton_class.send(:prepend, ClassMethods) base.send(:prepend, InstanceMethods) end |