cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

What is the best to setup monitoring for Azure DevOps?

tijust1
Advisor

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

Dynatrace Professional Certified
2 REPLIES 2

radek_jasinski
DynaMight Guru
DynaMight Guru

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

Have a nice day!

lawrence_cuneaz
Dynatrace Advisor
Dynatrace Advisor

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.

Featured Posts