Sha256: 21fb270ec0a14c578e36d0825e336d344c1e91a9f4c82b8882fb756ca06715fd
Contents?: true
Size: 403 Bytes
Versions: 7
Compression:
Stored size: 403 Bytes
Contents
# frozen_string_literal: true # Copyright The OpenTelemetry Authors # # SPDX-License-Identifier: Apache-2.0 require 'opentelemetry' require 'opentelemetry-instrumentation-base' module OpenTelemetry module Instrumentation # Contains the OpenTelemetry instrumentation for the Excon gem module Excon end end end require_relative 'excon/instrumentation' require_relative 'excon/version'
Version data entries
7 entries across 7 versions & 1 rubygems