Sha256: e21d0513826a15ef4579b082474b47ceba08b3952393329cf956aa8cdf32e024
Contents?: true
Size: 448 Bytes
Versions: 6
Compression:
Stored size: 448 Bytes
Contents
# frozen_string_literal: true # Copyright The OpenTelemetry Authors # # SPDX-License-Identifier: Apache-2.0 module OpenTelemetry module SDK # The Experimental module contains experimental extensions to the OpenTelemetry reference # implementation. module Experimental end end end require 'opentelemetry/sdk/experimental/samplers_patch' require 'opentelemetry/sdk/trace/propagation/trace_context/response_text_map_propagator'
Version data entries
6 entries across 6 versions & 1 rubygems