traceapm
Version:
SDK for OpenTelemetry auto-instrumentation and OTLP export for Node.js apps.
25 lines • 1.38 kB
JSON
{
"name": "traceapm",
"version": "1.0.1",
"description": "SDK for OpenTelemetry auto-instrumentation and OTLP export for Node.js apps.",
"main": "index.js",
"types": "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/core": "^2.0.0",
"@opentelemetry/sdk-node": "^0.202.0",
"@opentelemetry/auto-instrumentations-node": "^0.60.1",
"@opentelemetry/exporter-trace-otlp-http": "^0.202.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.202.0",
"@opentelemetry/sdk-metrics": "^2.0.1",
"@opentelemetry/resources": "^2.0.1",
"https-proxy-agent": "^7.0.1",
"winston": "^3.10.0"
}
}