Create a New HTTP Monitor
Create an HTTP Monitor
- Navigate to Synthetic Monitoring in Dynatrace.
- Click Create a new monitor > HTTP Monitor.
- Enter the monitor name and request URL.
- Choose the HTTP method (GET, POST, etc.).
- (Optional) Add headers, authentication, or request body if needed.
- Click Create Monitor.
Configure Locations and Frequency
- Select execution locations (global or specific regions).
- Set the monitoring frequency (e.g., every 5 minutes).
- Save the configuration.
Define Alerting Rules
- Navigate to Settings > Alerting Profiles.
- Set thresholds for:
- Response time (e.g., >500ms triggers an alert).
- Availability (e.g., <99% triggers an alert).
- HTTP status codes (e.g., 5xx errors trigger alerts).
- Configure notifications via email, Slack, or PagerDuty.
Analyze Results and Troubleshoot Issues
- Open the HTTP Monitor Dashboard.
- Review execution details, error logs, and response times.
- Identify trends using heatmaps and graphs.
- Drill down into individual request executions to diagnose issues.
Optimize Performance and Availability
- Identify slow-performing endpoints.
- Reduce DNS resolution, SSL handshake, and server response times.
- Optimize backend queries and API responses.
- Implement caching strategies where applicable.
- Ensure reliable failover mechanisms are in place.