25 Nov 2023 09:28 AM
Hi,
I am trying to setup monitoring for AZURE DevOps but dint get proper way to do this. Is there any right and easy solution for this?
Thanks,
Tijust
Solved! Go to Solution.
25 Nov 2023 05:21 PM
Hi @tijust1
Overall, Dynatrace is easy to integrate into Azure DevOps. You have it described here: https://www.dynatrace.com/news/blog/get-started-integrating-dynatrace-in-your-azure-devops-release-p...
However, when it comes to monitoring, in my opinion you are left with pulling information from Azure via the Rest API and using the Dynatrace Metrics Ingest Api to put this data into Dynatrace.
Radek
15 May 2024 04:47 AM - edited 15 May 2024 04:48 AM
Just as Radek answered, first, we can setup Azure DevOps to send Dynatrace information events and Azure DevOps metrics to the Dynatrace API so the context is in Dynatrace and in any problem that could be detected and for dashboarding. A few informational event examples include, when new builds have completed or failed, tests have completed or failed and when new releases are deployed. Next, we can trigger an on demand Dynatrace synthetic monitor to run functional tests as part of an Azure DevOps pipeline by calling the API. Then, we can call the Dynatrace Site Reliability Guardian from Azure DevOps after the tests run to validate the reliability prior to promoting the release.