Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fcabf00

Browse files
author
Alex Boten
committed
moving tracecontexthttptextformat to trace/propagation
Signed-off-by: Alex Boten <[email protected]>
1 parent 1bb75a5 commit fcabf00

File tree

4 files changed

+2
-15
lines changed

4 files changed

+2
-15
lines changed

opentelemetry-api/src/opentelemetry/context/propagation/__init__.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

opentelemetry-api/src/opentelemetry/propagators/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import opentelemetry.trace as trace
1818
from opentelemetry.context import get_current
1919
from opentelemetry.context.context import Context
20-
from opentelemetry.context.propagation.tracecontexthttptextformat import (
20+
from opentelemetry.trace.propagation.tracecontexthttptextformat import (
2121
TraceContextHTTPTextFormat,
2222
)
2323
from opentelemetry.trace.propagation import httptextformat

opentelemetry-api/tests/context/propagation/test_tracecontexthttptextformat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import unittest
1717

1818
from opentelemetry import trace
19-
from opentelemetry.context.propagation import tracecontexthttptextformat
19+
from opentelemetry.trace.propagation import tracecontexthttptextformat
2020
from opentelemetry.trace.propagation import (
2121
get_span_from_context,
2222
set_span_in_context,

0 commit comments

Comments
 (0)