https://github.com/maxdome/mxd-appdynamics
Loads the AppDyanmics Node.js Agent if a profile is configured
https://github.com/maxdome/mxd-appdynamics
Last synced: about 1 year ago
JSON representation
Loads the AppDyanmics Node.js Agent if a profile is configured
- Host: GitHub
- URL: https://github.com/maxdome/mxd-appdynamics
- Owner: maxdome
- Created: 2016-06-15T11:30:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T10:07:57.000Z (almost 9 years ago)
- Last Synced: 2025-05-16T05:09:41.451Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# example
```
require('mxd-appdynamics')(config);
```
# config
Available attributes for the profile, see: https://docs.appdynamics.com/display/PRO39/Install+the+Node.js+Agent
## environment variables
If environment variables are set, the config object will be ignored!
* MXD_APPDYNAMICS_ACTIVE: enable/disable Node.js Agent
* MXD_APPDYNAMICS_PROFILE: JSON encoded profile configuration
## config object
```
{
"appdynamics": {
"active": true,
"profile": {}
}
}
```