Skip to content

Commit

Permalink
sdk: Move b3_format to trace/propagation (#568)
Browse files Browse the repository at this point in the history
B3 format is a specific context propagator for tracing. This commit moves
it to trace/propagation.
  • Loading branch information
mauriciovasquezbernal authored Apr 15, 2020
1 parent 9bf9855 commit b62c233
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

import unittest

import opentelemetry.sdk.context.propagation.b3_format as b3_format
import opentelemetry.sdk.trace as trace
import opentelemetry.sdk.trace.propagation.b3_format as b3_format
import opentelemetry.trace as trace_api
from opentelemetry.trace.propagation import (
get_span_from_context,
Expand Down

0 comments on commit b62c233

Please sign in to comment.