> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/ai-sre/3.0/ai-sre-for-administrators/set-up-alert-management/alerts/integrations/monitoring/dynatrace.md).

# Dynatrace Integration

Configure Dynatrace integration to receive problem detection and monitoring alerts in Harness AI SRE.

### Overview <a href="#overview" id="overview"></a>

Dynatrace provides:

* **Problem detection:** AI-powered issue identification
* **Service monitoring:** Full-stack observability
* **Infrastructure monitoring:** Host and container tracking
* **Application insights:** User experience monitoring
* **Root cause analysis:** Automated impact analysis

***

### Set up Dynatrace integration <a href="#set-up-dynatrace-integration" id="set-up-dynatrace-integration"></a>

To connect Dynatrace to Harness AI SRE, complete these steps:

1. Navigate to **Integrations** in the main menu.
2. Click **New Integration**.
3. Select **Dynatrace** from the template options.
4. Enter a name and generate an ID.
5. Copy the generated webhook URL.
6. In your Dynatrace environment, configure a problem notification integration pointing to the copied URL.
7. Configure payload mapping to match Dynatrace problem fields to Harness AI SRE fields.
8. Set up route alerts to route and filter incoming Dynatrace problems.

***

### Example alert payload <a href="#example-alert-payload" id="example-alert-payload"></a>

```json
{
  "ImpactedEntities": [
    {
      "type": "SERVICE",
      "name": "payment-service",
      "entity": "SERVICE-F5D7459A6CD9842B"
    }
  ],
  "ImpactedEntity": "SERVICE-F5D7459A6CD9842B",
  "PID": "PID-F5D7459A6CD9842B",
  "ProblemDetailsHTML": "<div>High response time detected</div>",
  "ProblemDetailsJSON": {
    "ID": "PID-F5D7459A6CD9842B"
  },
  "ProblemID": "PID-F5D7459A6CD9842B",
  "ProblemImpact": "APPLICATION",
  "ProblemTitle": "Response time degradation",
  "Problem URL": "https://dynatrace.example.com/problems/PID-F5D7459A6CD9842B",
  "State": "OPEN",
  "Tags": "production,payment,critical"
}
```

***

### Next steps <a href="#next-steps" id="next-steps"></a>

* Go to [Route Alerts](/ai-sre/ai-sre-for-administrators/set-up-alert-management/alert-rules/overview.md) to route Dynatrace alerts.
* Go to [Ingest Alerts Overview](/ai-sre/ai-sre-for-administrators/set-up-alert-management/webhooks/templates/overview.md) to view other integrations.
