Analyse metric data
analyseEvaluates collected network metrics against thresholds to surface anomalies with severity levels, then provides tailored recommendations and next steps for resolution.
Instructions
Step 4 of the funnel: evaluate collected metric data against thresholds, surface anomalies with severities, and return recommendations and next steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symptom | Yes | Free-text description of the network/service issue. | |
| category | Yes | The diagnostic category under investigation. | |
| data_metrics | Yes | The output of get_data_metrics (or a {metric: {...}} mapping). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symptom | Yes | ||
| category | Yes | ||
| overall_severity | Yes | ||
| analysis_summary | Yes | ||
| anomalies | Yes | ||
| recommendations | Yes | ||
| next_steps | Yes |