@stacksleuth/mongodb-agent
Version:
Advanced MongoDB performance monitoring agent - Query optimization, aggregation pipeline analysis, index usage tracking, connection pool monitoring, and real-time database performance metrics.
68 lines (67 loc) • 1.66 kB
JSON
{
"name": "@stacksleuth/mongodb-agent",
"version": "0.2.4",
"description": "Advanced MongoDB performance monitoring agent - Query optimization, aggregation pipeline analysis, index usage tracking, connection pool monitoring, and real-time database performance metrics.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "jest",
"lint": "eslint src/**/*.ts",
"clean": "rm -rf dist",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@stacksleuth/core": "^0.2.1"
},
"devDependencies": {
"@types/node": "^20.0.0",
"mongodb": "^6.0.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
"mongodb": "^5.0.0 || ^6.0.0"
},
"files": [
"dist/**/*",
"README.md"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Jack-GitHub12/StackSleuth.git",
"directory": "packages/mongodb-agent"
},
"homepage": "https://github.com/Jack-GitHub12/StackSleuth/tree/main/packages/mongodb-agent#readme",
"bugs": {
"url": "https://github.com/Jack-GitHub12/StackSleuth/issues"
},
"keywords": [
"performance",
"monitoring",
"profiling",
"stacksleuth",
"observability",
"analytics",
"optimization",
"instrumentation",
"apm",
"real-time",
"mongodb",
"nosql",
"aggregation",
"index"
],
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"author": {
"name": "StackSleuth Team",
"email": "team@stacksleuth.com",
"url": "https://github.com/Jack-GitHub12/StackSleuth"
}
}