octri_monitoring_summary
Summarizes production health for a project over a chosen time window, returning event counts, error counts, error rates, and distinct issues so you can decide whether to inspect issues.
Instructions
Production health for the project: event count, error count, error rate and distinct issues over a window. Call this before reading issues. It tells you whether there is anything to look at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | No | Time window. Defaults to 24h. | |
| project_id | No | Project id. Optional, falls back to the CLI's selected project. |