I'm going to implement AppDynamics to a .net core 6 rest api, and I can't get a successful connection.I followed the steps from the link below:https://docs.appdynamics.com/appd/22.x/latest/en/application-monitoring/install-app-ser[…]agent/install-the...
I'm using the .NET Agent for Windows. It seems the logs are hardcoded to go to "%ProgramData%\AppDynamics\DotNetAgent\Logs" even after redirecting them using the AppDynamicsAgentLog.config, how can I send them where I actually want them to be?
Hello, I have a net 5 WebAPI deployed in a docker linux container. I want to instrument the application in AppDynamics. The application works and I test it everytime with swaggerI've tried 2 implementations
Install the .NET Core Microservices Agent f...
I want to clarify that after I figured this out the solution started sending telemetry to our server. So its working, and we are happy. It just the trouble of following docs that are not accurate, or its probably a bug. Thanks for your help I await y...
Hi Ryan, correct! after adding the nuget package to the solution, it auto generates a file called<<executable_name>>.AppDynamicsConfig.json where <<executable_name>> is the project name in visual studio, and when you compile is copied into the bin fo...
I need help resolving the point 4 in IIS it doesnt like to have APPName first, and visual studio keeps generating that regardless of what I do with the json file.