|
| 1 | +{ |
| 2 | + "name": "@aws/aws-distro-opentelemetry-node-autoinstrumentatio-sdk-layer", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "Lambda Layer including AWS Distro OpenTelemetry SDK for supporting Amazon Application Signals", |
| 5 | + "repository": "aws-observability/aws-otel-js-instrumentation", |
| 6 | + "author": { |
| 7 | + "name": "Amazon Web Services", |
| 8 | + "url": "http://aws.amazon.com" |
| 9 | + }, |
| 10 | + "homepage": "https://github.com/aws-observability/aws-otel-js-instrumentation/tree/main/aws-distro-opentelemetry-node-autoinstrumentation#readme", |
| 11 | + "license": "Apache-2.0", |
| 12 | + "engines": { |
| 13 | + "node": ">=16" |
| 14 | + }, |
| 15 | + "publishConfig": { |
| 16 | + "access": "public" |
| 17 | + }, |
| 18 | + "scripts": { |
| 19 | + "clean": "rimraf build/*", |
| 20 | + "lint": "eslint . --ext .ts", |
| 21 | + "lint:fix": "eslint . --ext .ts --fix", |
| 22 | + "prepare": "npm run compile", |
| 23 | + "compile": "tsc -p .", |
| 24 | + "postcompile": "copyfiles -F -e 'node_modules/@aws/aws-distro-opentelemetry-node-autoinstrumentation/node_modules/**' 'node_modules/**' build/workspace/nodejs && copyfiles -f 'scripts/*' build/workspace && copyfiles -f 'build/src/*' build/workspace && cd build/workspace && bestzip ../layer.zip *" |
| 25 | + }, |
| 26 | + "keywords": [ |
| 27 | + "awsdistroopentelemetry", |
| 28 | + "opentelemetry", |
| 29 | + "awslambda", |
| 30 | + "nodejs", |
| 31 | + "tracing", |
| 32 | + "profiling", |
| 33 | + "instrumentation" |
| 34 | + ], |
| 35 | + "dependencies": { |
| 36 | + "@aws/aws-distro-opentelemetry-node-autoinstrumentation": "file:../../../aws-distro-opentelemetry-node-autoinstrumentation", |
| 37 | + "@opentelemetry/api": "1.9.0", |
| 38 | + "@opentelemetry/auto-instrumentations-node": "0.48.0", |
| 39 | + "@opentelemetry/auto-configuration-propagators": "0.2.0", |
| 40 | + "@opentelemetry/exporter-metrics-otlp-grpc": "0.52.1", |
| 41 | + "@opentelemetry/exporter-metrics-otlp-http": "0.52.1", |
| 42 | + "@opentelemetry/instrumentation": "0.52.1", |
| 43 | + "@opentelemetry/id-generator-aws-xray": "1.2.2", |
| 44 | + "@opentelemetry/propagator-aws-xray": "1.25.1", |
| 45 | + "@opentelemetry/core": "1.25.1", |
| 46 | + "@opentelemetry/sdk-trace-base": "1.25.1", |
| 47 | + "@opentelemetry/semantic-conventions": "1.25.1", |
| 48 | + "@opentelemetry/resources": "1.25.1", |
| 49 | + "@opentelemetry/exporter-trace-otlp-proto": "0.52.1", |
| 50 | + "@opentelemetry/exporter-zipkin": "1.25.1", |
| 51 | + "@opentelemetry/sdk-metrics": "1.25.1" |
| 52 | + } |
| 53 | +} |
0 commit comments