Why does AppDynamics NodeJS client install Java Runtime Environment within its npm packages? We find this to be an undesired dependency in containerised NodeJs applications. Is there a native nodejs client or plans to develop one?
I understand I can make the nodejs agent not use the Java proxy (
https://docs.appdynamics.com/display/PRO43/Dynamic+Language+Agent+Proxy#DynamicLanguageAgentProxy-Node.jsproxylessoption), but it will be installed anyway along the npm package? This s...