detect_anomalies
Identify unusually long execution times in Tekton PipelineRuns and TaskRuns using z-score statistical analysis to detect performance anomalies in Kubernetes namespaces.
Instructions
Detect anomalies in Tekton PipelineRuns/TaskRuns using z-score statistical analysis.
Identifies unusually long execution times (threshold: 2.5 standard deviations from mean).
Args:
namespace: Kubernetes namespace to analyze.
limit: Max recent PipelineRuns to analyze (default: 50).
Returns:
Dict: Keys: pipeline_anomalies, task_anomalies (lists with anomaly details).Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes | ||
| limit | No |