-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix forceFlush issue for Lambda Instrumentation
- Loading branch information
Showing
12 changed files
with
3,537 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"name": "@aws/aws-distro-opentelemetry-node-autoinstrumentatio-sdk-layer", | ||
"version": "0.0.1", | ||
"description": "Lambda Layer including AWS Distro OpenTelemetry SDK for supporting Amazon Application Signals", | ||
"repository": "aws-observability/aws-otel-js-instrumentation", | ||
"author": { | ||
"name": "Amazon Web Services", | ||
"url": "http://aws.amazon.com" | ||
}, | ||
"homepage": "https://github.com/aws-observability/aws-otel-js-instrumentation/tree/main/aws-distro-opentelemetry-node-autoinstrumentation#readme", | ||
"license": "Apache-2.0", | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf build/*", | ||
"lint": "eslint . --ext .ts", | ||
"lint:fix": "eslint . --ext .ts --fix" | ||
}, | ||
"keywords": [ | ||
"awsdistroopentelemetry", | ||
"opentelemetry", | ||
"awslambda", | ||
"nodejs", | ||
"tracing", | ||
"profiling", | ||
"instrumentation" | ||
], | ||
"devDependencies": { | ||
"copyfiles": "^2.4.1", | ||
"bestzip": "2.2.0" | ||
} | ||
} |
Oops, something went wrong.