Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
DEMO
Loading...
Searching...
No Matches
signet::forge::dora::AnomalyRecord Struct Reference

Anomaly detection record. More...

#include <compliance_types.hpp>

Public Attributes

std::string anomaly_id
 Unique anomaly identifier.
 
AnomalyType type = AnomalyType::LATENCY_SPIKE
 
int64_t detected_ns = 0
 Detection timestamp.
 
double value = 0.0
 Observed metric value.
 
double threshold = 0.0
 Expected threshold.
 
std::string component
 Affected component.
 
std::string action_taken
 Response action.
 

Detailed Description

Anomaly detection record.

Definition at line 714 of file compliance_types.hpp.

Member Data Documentation

◆ action_taken

std::string signet::forge::dora::AnomalyRecord::action_taken

Response action.

Definition at line 721 of file compliance_types.hpp.

◆ anomaly_id

std::string signet::forge::dora::AnomalyRecord::anomaly_id

Unique anomaly identifier.

Definition at line 715 of file compliance_types.hpp.

◆ component

std::string signet::forge::dora::AnomalyRecord::component

Affected component.

Definition at line 720 of file compliance_types.hpp.

◆ detected_ns

int64_t signet::forge::dora::AnomalyRecord::detected_ns = 0

Detection timestamp.

Definition at line 717 of file compliance_types.hpp.

◆ threshold

double signet::forge::dora::AnomalyRecord::threshold = 0.0

Expected threshold.

Definition at line 719 of file compliance_types.hpp.

◆ type

AnomalyType signet::forge::dora::AnomalyRecord::type = AnomalyType::LATENCY_SPIKE

Definition at line 716 of file compliance_types.hpp.

◆ value

double signet::forge::dora::AnomalyRecord::value = 0.0

Observed metric value.

Definition at line 718 of file compliance_types.hpp.


The documentation for this struct was generated from the following file: