[Index]
Persisted anomaly record detected by the anomaly detection system. Each record represents a single detected anomaly with detection_method discriminator, type, severity, deviation_score, significance evidence, occurrence_count for duplicate tracking, and reference to the source config and affected resource.
| Title | Description | Details | |||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Anomaly Type * | Classification of the detected anomaly |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Detection Method * | Discriminator indicating how the anomaly was detected |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Severity * | Severity level of the detected anomaly |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Confidence * | Confidence level of the anomaly detection (very_high >= 0.85, high >= 0.70, medium >= 0.50, low < 0.50) |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Affected Resource * | Identifier of the affected resource (resource path or name from any datasource) |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Title * | Human-readable anomaly title |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Description * | Detailed description of the anomaly |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| First Detected At * | Timestamp when the anomaly was first detected |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Expires At * | Timestamp when the anomaly record expires |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Detection Config * | Reference to the AnomalyDetectionConfig that triggered this detection |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Detection Run | Reference to the AnomalyDetectionRun that produced this anomaly. Used for cascading cleanup when run records expire. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Deviation Score | Normalized anomaly magnitude (0.0-1.0) stored as string. Absent means not computed. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Significance | JSON-serialized structured evidence of why the anomaly was detected. Format varies by detection_method. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Occurrence Count | Number of times this anomaly has been detected (incremented on duplicate detection) Default: 1 |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Last Detected | Timestamp of the most recent detection of this anomaly |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Idempotency Key | Deterministic hash for duplicate suppression. Computed from detection_config + affected_resource + anomaly_type + baseline_fingerprint + detection_method |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Raw Data | JSON-serialized diagnostic data from the detection run. Deserialized by the application layer. |
|
|||||||||||||||||||||||||||||||||||||||||||||||