Sha256: 58c51bea44f9139a9f69bb6258b999d5bc900c8a5c208173beda7824cb9da9e8
Contents?: true
Size: 400 Bytes
Versions: 6
Compression:
Stored size: 400 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 ConcurrentRuby gem module ConcurrentRuby end end end require_relative './concurrent_ruby/instrumentation' require_relative './concurrent_ruby/version'
Version data entries
6 entries across 6 versions & 1 rubygems