get_project_metrics
Retrieve historical performance metrics for a project to analyze request patterns, response times, and error rates over a specified time period.
Instructions
Get historical metrics for a specific project.
Args: project_id: Full project identifier (e.g., "wordpress_site1") hours: Number of hours of history to analyze (default: 1, max: 24)
Returns: JSON string with historical metrics including: - Request counts and success/failure rates - Response time statistics (min/avg/max) - Error rate over time - Recent error messages
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| hours | No |