---
title: "Dynatrace Configuration"
chapter: false
weight: 5
---
## Dynatrace Configuration
You will also notice output from the provision script that was add the following Dynatrace configuration:
* Set global Frequent Issue Detection settings to Off
* Adjust the Service Anomaly Detection
* Add Management Zones for the monolith version of the application
* Add Auto Tagging Rules to drive management zone and SLO settings
* Add SLOs for a use in custom dashboards
The scripts use a combination of [Dynatrace Monitoring as Code](https://github.com/dynatrace-oss/dynatrace-monitoring-as-code) framework (a.k.a. monaco) and configuration using the [Dynatrace Configuration API](https://www.dynatrace.com/support/help/dynatrace-api/configuration-api/) for those few Dynatrace configurations not yet supported by monaco.
You can review the Monitoring as Code workshop files [in the GitHub repo](https://github.com/dt-alliances-workshops/aws-modernization-dt-orders-setup/tree/main/workshop-config)