UNPKG

@teracyhq-incubator/logging-tracing

Version:
22 lines (21 loc) 624 B
{ "name": "nodejs-app", "version": "0.1.0", "description": "nodejs app logging & tracing", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "hoatle", "license": "ISC", "dependencies": { "@opentelemetry/exporter-prometheus": "^0.12.0", "@opentelemetry/host-metrics": "^0.11.0", "@opentelemetry/metrics": "^0.12.0", "@opentelemetry/plugin-express": "^0.11.0", "@opentelemetry/plugin-http": "^0.12.0", "@opentelemetry/plugin-https": "^0.12.0", "@teracyhq-incubator/logging-tracing": "file:../..", "express": "^4.17.1" } }