Hi AppD Team -
I am following the instructions at the link
https://docs.appdynamics.com/display/PRO44/Install+the+.NET+Core+Microservices+Agent+for+Windows
As per the instruction, we need to set the following environment variables and the path should be the Complete path.
Set up your Environment Variables for your system application:
CORECLR_ENABLE_PROFILING=1
CORECLR_PROFILER={39AEABC1-56A5-405F-B8E7-C3668490DB4A}
CORECLR_PROFILER_PATH_32=<actual_path>\AppDynamics.Profiler_x86.dll
CORECLR_PROFILER_PATH_64=<actual_path>\AppDynamics.Profiler_x64.dll
Where <actual_path> is the complete path to the AppDynamics.Profiler dll.
I have 6 APIs hosted on that server for each I want to setup AppD, each api have there own set of AppDynamics.profiler DLLs. and corresponding .config files.
How to set Environment variables for all 6 services? as if same variables you add it will consider last entry i believe?
Any suggestion / guidance?