Sha256: 0e844106bb85919623a713eb7bfeeffb9b5f1c87721ffc32b9431cab578e29da
Contents?: true
Size: 362 Bytes
Versions: 6
Compression:
Stored size: 362 Bytes
Contents
# frozen_string_literal: true # Copyright The OpenTelemetry Authors # # SPDX-License-Identifier: Apache-2.0 require 'opentelemetry' 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
6 entries across 6 versions & 1 rubygems