Sha256: c871e39890352ab3ed90637319e98a4da146b2a6aa665822e475e6ed4ca9398c
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.4.0 | lib/opentelemetry/adapters.rb |