Hi,
I'm using the latest nodejs agent installed by Cluster Agent in AKS.
I run NextJS application with the following script:
"start:production": "npm-run-all --serial bootstrap next:build next:start"
Looks like AppDynamics is trying to connect to t...
Hi folks,
We use the latest cluster agent and auto-instrument for .net core we have: docker.io/appdynamics/dotnet-core-agent:latest
APPDYNAMICS_AGENT_REUSE_NODE_NAME: "true"
APPDYNAMICS_AGENT_REUSE_NODE_NAME_PREFIX: node
but for node.js agent: docker...