lib/opentelemetry/instrumentation/http/instrumentation.rb in opentelemetry-instrumentation-http-0.16.2 vs lib/opentelemetry/instrumentation/http/instrumentation.rb in opentelemetry-instrumentation-http-0.17.0
- old
+ new
@@ -2,11 +2,9 @@
# Copyright The OpenTelemetry Authors
#
# SPDX-License-Identifier: Apache-2.0
-require 'opentelemetry'
-
module OpenTelemetry
module Instrumentation
module HTTP
# The Instrumentation class contains logic to detect and install the Http instrumentation
class Instrumentation < OpenTelemetry::Instrumentation::Base