Sha256: e5e584c22b5e4e4d44efc234e8168157a1b90e850ac0f1de4fdbe4b7cce2a259
Contents?: true
Size: 402 Bytes
Versions: 4
Compression:
Stored size: 402 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 Http gem module HTTPX end end end require_relative 'httpx/instrumentation' require_relative 'httpx/version'
Version data entries
4 entries across 4 versions & 1 rubygems