Skip to content

Commit d28a265

Browse files
committed
test to point to personal stack
1 parent 9f3fbf8 commit d28a265

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/sagemaker/telemetry/telemetry_logging.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,17 @@ def _construct_url(
221221
) -> str:
222222
"""Construct the URL for the telemetry request"""
223223

224+
# base_url = (
225+
# f"https://sm-pysdk-t-{region}.s3.{region}.amazonaws.com/telemetry?"
226+
# f"x-accountId={accountId}"
227+
# f"&x-status={status}"
228+
# f"&x-feature={feature}"
229+
# )
230+
231+
# Change telemetry emitter to point to Molly's personal stack
224232
base_url = (
225-
f"https://sm-pysdk-t-{region}.s3.{region}.amazonaws.com/telemetry?"
226-
f"x-accountId={accountId}"
233+
f"https://sm-pysdk-t-personal-mollyhe-pia.s3.us-west-2.amazonaws.com/telemetry?"
234+
f"x-accountId=879381237580"
227235
f"&x-status={status}"
228236
f"&x-feature={feature}"
229237
)

0 commit comments

Comments
 (0)