Sha256: 132f7abc5536167f10a9953bfc3644b5b71967f47f9834ba3d1f0bc9169ea1ed
Contents?: true
Size: 523 Bytes
Versions: 1
Compression:
Stored size: 523 Bytes
Contents
# frozen_string_literal: true # Copyright 2020 OpenTelemetry Authors # # SPDX-License-Identifier: Apache-2.0 module OpenTelemetry # "Instrumentation adapters" are specified by # https://github.com/open-telemetry/opentelemetry-specification/blob/57714f7547fe4dcb342ad0ad10a80d86118431c7/specification/overview.md#instrumentation-adapters # # Adapters should be able to handle the case when the library is not installed on a user's system. module Adapters end end require_relative './adapters/concurrent-ruby'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opentelemetry-adapters-concurrent_ruby-0.3.0 | lib/opentelemetry/adapters.rb |