06 Jun 2024 01:31 AM
Hi Team,
I have a application say COD im which I have some external API call
Is there anyway I can alert/notify in dynatrace in these cases:
Solved! Go to Solution.
06 Jun 2024 06:29 AM - edited 06 Jun 2024 06:33 AM
To set up alerts or notifications in Dynatrace for specific issues with your external API calls, such as receiving a 500 error, a 401 error, or when the external API is not reachable, you can use the following steps:
Create Custom Service for External API:
Create Custom Metrics:
Define Anomaly Detection Custom Metric Alert:
:filter(and(or(prefix("HTTP status","5"))))
:filter(and(or(prefix("HTTP status","4"))))
:filter(and(or(eq("HTTP status","missing"))))