1.Downloaded .NET Agent - 64-bit linux (AppDynamics-DotNetCore-linux-x64-4.5.17.0.zip) from https://download.appdynamics.com/download/ 2.Extracted binaries from AppDynamics-DotNetCore-linux-x64-4.5.17.0.zip file into the desired folder. 3.Opened the .netcore web application using http://localhost:8000/ 4.Copied libappdprofiler.so,AppDynamics.Agent.netstandard.dll and AppDynamicsConfig.json to the /opt/appdynamics/dotnet/ folder 5.Made mandatory settings required to attach the agent to the .NET application export CORECLR_PROFILER={57e1aa68-2229-41aa-9931-a6e93bbc64d8} \ CORECLR_ENABLE_PROFILING=1 \ CORECLR_PROFILER_PATH=/opt/appdynamics/dotnet/libappdprofiler.so export APPDYNAMICS_CONTROLLER_HOST_NAME=hcl301.saas.appdynamics.com export APPDYNAMICS_CONTROLLER_PORT=443 export APPDYNAMICS_CONTROLLER_SSL_ENABLED=true export APPDYNAMICS_AGENT_ACCOUNT_NAME=hcl301_04f3faa7-fa76-4cf5-ab4d-8feb8fa2f54d export APPDYNAMICS_AGENT_ACCOUNT_ACCESS_KEY=ey8aqbrfkodq export APPDYNAMICS_AGENT_APPLICATION_NAME=linuxcore export APPDYNAMICS_AGENT_TIER_NAME=linuxcore export APPDYNAMICS_AGENT_NODE_NAME=linuxcore 6. And the continuously running .netcore web application Did not observed metrics in the appdynamics controller. .net core agent is not communicating to controller. Using .net core 3.0 on linux. And agent log has following warnings. Invalid header in Http response Agent config request error {http status 401} Connection back off limitation in effect for config request Thanks, kri
... View more