Sha256: 210f8741ada59e731a838d2a0bdd44c640994c9ba7721ed628434e70563e1fa8
Contents?: true
Size: 1006 Bytes
Versions: 6
Compression:
Stored size: 1006 Bytes
Contents
# Copyright 2017 OpenCensus Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. require "opencensus/trace/formatters/binary" require "opencensus/trace/formatters/cloud_trace" require "opencensus/trace/formatters/trace_context" module OpenCensus module Trace ## # The Formatters module contains several implementations of cross-service # SpanContext propagation. Each formatter can serialize and deserialize a # TraceContextData instance. # module Formatters end end end
Version data entries
6 entries across 6 versions & 1 rubygems