analyze_deployment_impact
Compare metrics before and after deployments to identify performance degradation by analyzing error rates, throughput, and response time changes.
Instructions
Analyze the impact of a deployment by comparing metrics (error rate, throughput, response time) before and after the deployment. Helps identify if a deployment caused performance degradation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityGuid | Yes | Entity GUID to analyze deployment impact for | |
| deploymentTimestamp | No | Unix timestamp (ms) of the deployment to analyze. If not provided, uses the most recent deployment. | |
| beforeMinutes | No | Minutes before deployment to analyze (default: 30) | |
| afterMinutes | No | Minutes after deployment to analyze (default: 30) |