File tree Expand file tree Collapse file tree
packages/server-utils/src/integrations/tracing-channel/aws-sdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 */
1111
1212/** The span origin every aws-sdk channel span carries, mirroring the uniform OTel `auto.otel.aws`. */
13- export const AWS_SDK_ORIGIN = 'auto.aws.orchestrion.aws-sdk ' ;
13+ export const AWS_SDK_ORIGIN = 'auto.aws.orchestrion.aws_sdk ' ;
1414
1515export const ATTR_RPC_SYSTEM = 'rpc.system' ;
1616export const AWS_REQUEST_ID = 'aws.request.id' ;
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ const _awsChannelIntegration = (() => {
232232 * Subscribes to the `orchestrion:@smithy/smithy-client:send` (and equivalent) diagnostics_channel
233233 * the orchestrion code transform injects into the AWS SDK's smithy `Client.prototype.send`, emitting
234234 * spans identical to the OTel `@opentelemetry/instrumentation-aws-sdk` integration (with a distinct
235- * `auto.aws.orchestrion.aws-sdk ` origin). Requires the orchestrion runtime hook or bundler plugin —
235+ * `auto.aws.orchestrion.aws_sdk ` origin). Requires the orchestrion runtime hook or bundler plugin —
236236 * wire it up via `experimentalUseDiagnosticsChannelInjection()`.
237237 *
238238 * @experimental
You can’t perform that action at this time.
0 commit comments