Dynatrace Integration
Configure Dynatrace integration to receive problem detection and monitoring alerts in Harness AI SRE.
Overview
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
- Navigate to Integrations in the main menu
- Click New Integration
- Select Dynatrace from the template options
- Enter a name and generate an ID
- Copy the generated webhook URL
- In your Dynatrace environment, configure a problem notification integration pointing to the copied URL
- Configure payload mapping to match Dynatrace problem fields to Harness AI SRE fields
- Set up alert rules to route and filter incoming Dynatrace problems
Example Alert Payload
{
"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
- Go to Configure Alert Rules to route Dynatrace alerts.
- Go to Alert Integrations Overview to view other integrations.