module OpenTelemetry::Instrumentation
The instrumentation module contains functionality to register and install instrumentation
Constants
- VERSION
Public Instance Methods
registry()
click to toggle source
@return [Registry] registry containing all known
instrumentation
# File lib/opentelemetry/instrumentation.rb, line 19 def registry @registry ||= Registry.new end