Sha256: 3a2dceb15af31698885a089dba9d96f51095caf2d6de9873e4502e56315f2217
Contents?: true
Size: 515 Bytes
Versions: 3
Compression:
Stored size: 515 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/sinatra'
Version data entries
3 entries across 3 versions & 1 rubygems