Skip to content

Commit 1ff73d1

Browse files
authored
Update auto integ test app for new propagator pkg (#40)
1 parent 69d7f80 commit 1ff73d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

integration-test-apps/auto-instrumentation/flask/create_flask_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from flask import Flask, session
1111
import logging
1212
from opentelemetry import trace
13-
from opentelemetry.sdk.extension.aws.trace.propagation.aws_xray_format import (
13+
from opentelemetry.propagators.aws.aws_xray_propagator import (
1414
TRACE_ID_DELIMITER,
1515
TRACE_ID_FIRST_PART_LENGTH,
1616
TRACE_ID_VERSION,

integration-test-apps/auto-instrumentation/flask/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ requests
33
flask
44

55
opentelemetry-distro[otlp] # also installs opentelemetry-exporter-otlp
6+
opentelemetry-propagator-aws-xray
67
opentelemetry-sdk-extension-aws

0 commit comments

Comments
 (0)