Skip to content

Commit 49de844

Browse files
committed
test to point to personal stack
1 parent 1374184 commit 49de844

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/sagemaker/telemetry/telemetry_logging.py

+10-2
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,17 @@ def _construct_url(
230230
) -> str:
231231
"""Construct the URL for the telemetry request"""
232232

233+
# base_url = (
234+
# f"https://sm-pysdk-t-{region}.s3.{region}.amazonaws.com/telemetry?"
235+
# f"x-accountId={accountId}"
236+
# f"&x-status={status}"
237+
# f"&x-feature={feature}"
238+
# )
239+
240+
# Change telemetry emitter to point to Molly's personal stack
233241
base_url = (
234-
f"https://sm-pysdk-t-{region}.s3.{region}.amazonaws.com/telemetry?"
235-
f"x-accountId={accountId}"
242+
f"https://sm-pysdk-t-personal-mollyhe-pia.s3.us-west-2.amazonaws.com/telemetry?"
243+
f"x-accountId=879381237580"
236244
f"&x-status={status}"
237245
f"&x-feature={feature}"
238246
)

0 commit comments

Comments
 (0)