Hi joris ,
Thanks for the update.
If i understand correctly, Currently, you have performed the below steps -
You have deleted the Staging environment WebRole first
Then, you have un-installed the previous version of agent nuget package and installed the latest azure 4.3 aganet version package again on the solution and deployed the webrole.
Then, after the deployment you have restarted the webRole application from the azure portal.
But still you are not able to see the metrics on the controller UI.
To troubleshoot further, please provide us the below details -
What is the .Net framework, you have used in your instrumented .net application.
Please login to the WebRole VM and run the below tasklist command using command prompt with admin run as administrator. and provide us the output in private email.
tasklist /m "mscor*"
tasklist /m Appd*
tasklist /FI "IMAGENAME eq w3wp.exe" /m
Do, you have continuous load on the application or not. If not, please apply the continuous load on the application and check the behaviour.
Please let us know, if you have question.
Thanks,
Ashish.
... View more