i have my Node JS Agent configured and it shows up in AppD Monitoring portal .
I am using [Node 7.10.1 - Alpine Linux with glibc] Docker environment on AWS clould
The problem is, i cannot see the logs in host environment under /tmp/ as configured bel...
we are running controller 4.3.1
using Node js agent 4.2.1 (believe lower version is ok)
require('appdynamics').profile({
controllerHostName: '<my company>.saas.appdynamics.com',
controllerPort: 443,
controllerSslEnabled: true, // Set to true i...
Environment::
AppDynamics Controller version 4.3.1
Node js agent 4.2.15 (latest)
first issue i had was 403 when i try to install appdynamics i have followed this article
https://community.appdynamics.com/t5/Archive/403-on-npm-install/m-p/21222 to...
i was able to resolve the issue in local Mac and local Docker file(Development Environment -Alpine with glibc), but i receive 403 forbidden in (AWS)Deployed environmet (Docker - (Node 7.10.1 -Alpine Linux with glibc)...
the command appdynamics@4.3.4 ...
actually for node v 8.1.3 the same step is not working,
i was using a older version of Node. (7.6) sorry for not doing this upfront
9801a79322d3:api snc003$ npm install appdynamics@4.3
npm ERR! code E403
npm ERR! 403 Forbidden: appdynamics-zmq@ht...
ok great! it installed after resetting node agent...
now when i start my app i receive below error...
invalid ELF header
fsi-express-api_1 | module.js:598
fsi-express-api_1 | return process.dlopen(module, path._makeLong(filename));
fs...