get_performance_metrics
Retrieve aggregate performance metrics and system-wide statistics to monitor application health, trends, and high-level performance.
Instructions
Retrieve aggregate performance metrics and system-wide statistics in JSON format. Use for monitoring overall application health, trends, and high-level performance overview (use get_traces for detailed individual request analysis).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ts | No | End timestamp in Y-m-d H:i format (e.g., "2025-08-12 18:30"). Specifies the end time of the last minute to include in the query. | |
| m | No | Number of minutes backward from timestamp to retrieve data (e.g., 60 for 1 hour, 1440 for 24 hours). | |
| env | No | Filter by specific environment (production, staging, etc.) | |
| s | No | Filter by specific service name |