Sha256: 8ecd344952aa63abb29ea966451d5333817561c617577ac56e1c85c9807beae4
Contents?: true
Size: 374 Bytes
Versions: 3
Compression:
Stored size: 374 Bytes
Contents
# frozen_string_literal: true # Copyright 2019 OpenTelemetry Authors # # SPDX-License-Identifier: Apache-2.0 require 'opentelemetry/trace/propagation/trace_context' module OpenTelemetry module Trace # The Trace::Propagation module contains injectors and extractors for # sending and receiving span context over the wire module Propagation end end end
Version data entries
3 entries across 3 versions & 1 rubygems