Sha256: e699284cfd376455bb7a8606f997f0364044795dd6f4d2cb5ece1349b7e64fc9
Contents?: true
Size: 693 Bytes
Versions: 1
Compression:
Stored size: 693 Bytes
Contents
# frozen_string_literal: true # Copyright 2019 OpenTelemetry Authors # # SPDX-License-Identifier: Apache-2.0 require 'opentelemetry/distributed_context/propagation/binary_format' require 'opentelemetry/distributed_context/propagation/trace_parent' require 'opentelemetry/distributed_context/propagation/text_format' module OpenTelemetry module DistributedContext # Propagation API consists of two main formats: # - @see BinaryFormat is used to serialize and deserialize a value into a binary representation. # - @see TextFormat is used to inject and extract a value as text into carriers that travel in-band across process boundaries. module Propagation end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opentelemetry-api-0.2.0 | lib/opentelemetry/distributed_context/propagation.rb |