UNPKG

@chankamlam/nest-jaeger

Version:

Jaeger middleware to request tracing for nest application

39 lines (38 loc) 937 B
{ "name": "@chankamlam/nest-jaeger", "version": "1.0.16", "description": "Jaeger middleware to request tracing for nest application", "keywords": [ "Jaeger", "Tracing", "Request Tracing", "Jaeger Client With Nestjs", "Nest Jaeger" ], "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rm -rf dist && tsc -p tsconfig.json", "prepublishOnly": "npm run build", "p": "npm publish --access public" }, "author": { "name": "chankamlam", "email": "919125189@qq.com" }, "repository": { "type": "git", "url": "https://github.com/chankamlam/nest-jaeger" }, "license": "MIT", "dependencies": { "@nestjs/common": "^7.3.2", "@nestjs/core": "^7.3.2", "axios": "^0.19.2", "debug": "^4.1.1", "jaeger-client": "^3.18.0", "opentracing": "^0.14.4", "rxjs": "^6.6.0" }, "devDependencies": {} }