Sha256: 25982c177239f6057cea047e2c5ef4483e0efc6dae1c865692ffbce808c4939d
Contents?: true
Size: 358 Bytes
Versions: 5
Compression:
Stored size: 358 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 bunny gem module Bunny end end end require_relative 'bunny/instrumentation' require_relative 'bunny/version'
Version data entries
5 entries across 5 versions & 1 rubygems