UNPKG

@watchlog/apm-node

Version:

A lightweight APM (Application Performance Monitoring) middleware for Node.js to monitor request durations, error traces, and memory usage — designed to integrate with Watchlog Agent.

36 lines (35 loc) 947 B
{ "name": "@watchlog/apm-node", "version": "1.1.6", "description": "A lightweight APM (Application Performance Monitoring) middleware for Node.js to monitor request durations, error traces, and memory usage — designed to integrate with Watchlog Agent.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/watchlogserver/watchlog-apm-node.git" }, "keywords": [ "apm", "node", "watchlog", "monitoring", "metrics", "performance", "error-tracking" ], "engines": { "node": ">=14" }, "author": "Mohammad", "license": "ISC", "bugs": { "url": "https://github.com/watchlogserver/watchlog-apm-node/issues" }, "homepage": "https://github.com/watchlogserver/watchlog-apm-node#readme", "dependencies": { "require-in-the-middle": "^7.5.2", "shimmer": "^1.2.1" } }