Skip to content

Commit 561e41b

Browse files
committed
Update expected origin to auto.aws.orchestrion.aws_sdk
1 parent e774825 commit 561e41b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • dev-packages/node-integration-tests/suites/aws-serverless

dev-packages/node-integration-tests/suites/aws-serverless/aws-integration-streamed/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { cleanupChildProcesses, createEsmAndCjsTests } from '../../../utils/runn
55

66
// See the non-streamed `aws-integration` suite: only the origin differs between the OTel and
77
// orchestrion diagnostics-channel runs.
8-
const ORIGIN = isOrchestrionEnabled() ? 'auto.aws.orchestrion.aws-sdk' : 'auto.otel.aws';
8+
const ORIGIN = isOrchestrionEnabled() ? 'auto.aws.orchestrion.aws_sdk' : 'auto.otel.aws';
99

1010
// The aws-sdk instrumentation creates spans by patching the underlying smithy middleware stack. The
1111
// patch target differs between aws-sdk versions, so we run the exact same assertions against both:

dev-packages/node-integration-tests/suites/aws-serverless/aws-integration/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { cleanupChildProcesses, createEsmAndCjsTests } from '../../../utils/runn
66
// The suite runs twice on CI: once with the OTel `Aws` integration (default) and once with the
77
// orchestrion diagnostics-channel integration auto-injected (`INJECT_ORCHESTRION`). Both emit the
88
// same spans; only the origin differs.
9-
const ORIGIN = isOrchestrionEnabled() ? 'auto.aws.orchestrion.aws-sdk' : 'auto.otel.aws';
9+
const ORIGIN = isOrchestrionEnabled() ? 'auto.aws.orchestrion.aws_sdk' : 'auto.otel.aws';
1010

1111
// The aws-sdk instrumentation creates spans by patching the underlying smithy middleware stack. The
1212
// patch target differs between aws-sdk versions, so we run the exact same assertions against both:

0 commit comments

Comments
 (0)