This repository was archived by the owner on Oct 31, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 88 " aws-sdk"
99 ],
1010 "author" :
" Victor Livar <[email protected] >" ,
11+ "contributors" : [
12+ 13+ ],
1114 "homepage" : " https://github.com/aspecto-io/opentelemetry-ext-js" ,
1215 "license" : " Apache-2.0" ,
1316 "main" : " dist/src/index.js" ,
Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ class AwsPlugin extends BasePlugin<typeof AWS> {
7676
7777 span = thisPlugin . _tracer . startSpan ( thisPlugin . _getSpanName ( this ) , {
7878 attributes : {
79- // [AspectoAttributeNames.PLUGIN_NAME]: awsModuleName,
8079 [ AttributeNames . COMPONENT ] : thisPlugin . moduleName ,
8180 [ AttributeNames . AWS_OPERATION ] : this . operation ,
8281 [ AttributeNames . AWS_PARAMS ] : JSON . stringify ( this . params ) ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { ContextManager } from "@opentelemetry/context-base";
1212import { AsyncHooksContextManager } from "@opentelemetry/context-async-hooks" ;
1313import { AttributeNames } from "../src/enums" ;
1414
15- describe ( "aspecto-open-telemetry- aws" , ( ) => {
15+ describe ( "plugin- aws-sdk " , ( ) => {
1616 const logger = new NoopLogger ( ) ;
1717 const provider = new NodeTracerProvider ( ) ;
1818 const memoryExporter = new InMemorySpanExporter ( ) ;
You can’t perform that action at this time.
0 commit comments