traceapm
Version:
SDK for OpenTelemetry auto-instrumentation and OTLP export for Node.js apps.
59 lines (58 loc) • 1.53 kB
JSON
{
"name": "traceapm",
"version": "2.0.0",
"description": "SDK for OpenTelemetry auto-instrumentation and OTLP export for Node.js apps.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"opentelemetry",
"tracing",
"metrics",
"sdk",
"apm",
"newrelic",
"otlp",
"jaeger",
"tempo",
"opentelemetry collector",
"clickhouse",
"postgres",
"mysql",
"mongodb",
"redis",
"kafka",
"rabbitmq",
"apache",
"nginx",
"apache-kafka",
"apache-kafka-connect",
"apache-kafka-streams",
"apache-kafka-connect-jdbc",
"apache-kafka-connect-json",
"apache-kafka-connect-avro",
"apache-kafka-connect-s3",
"apache-kafka-connect-s3-sink",
"apache-kafka-connect-s3-source",
"apache-kafka-connect-s3-sink",
"apache-kafka-connect-s3-source",
"apache-kafka-connect-s3-sink",
"apache-kafka-connect-s3-source"
],
"author": "",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/auto-instrumentations-node": "^0.54.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.56.0",
"@opentelemetry/resources": "^1.29.0",
"@opentelemetry/sdk-metrics": "^1.29.0",
"@opentelemetry/sdk-node": "^0.56.0",
"@opentelemetry/sdk-trace-node": "^1.29.0",
"opentelemetry-instrumentation-sequelize": "^0.41.0",
"https-proxy-agent": "^7.0.1",
"winston": "^3.10.0"
}
}