dynatrace-api-balancer
Version:
A wrapper around Axios that balances and throttles requests across tenants, clusters and cluster nodes.
34 lines (33 loc) • 869 B
JSON
{
"name": "dynatrace-api-balancer",
"version": "1.0.3",
"description": "A wrapper around Axios that balances and throttles requests across tenants, clusters and cluster nodes.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dynatrace-ESA/dynatrace-api-balancer.git"
},
"keywords": [
"Dynatrace",
"API",
"Load",
"Balancing",
"Throttling"
],
"author": "Dynatrace ESA Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dynatrace-ESA/dynatrace-api-balancer/issues"
},
"homepage": "https://github.com/Dynatrace-ESA/dynatrace-api-balancer#readme",
"dependencies": {
"jsdoc": "^3.6.7"
}
}