We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a6768 commit d28fc6fCopy full SHA for d28fc6f
anomstack/jobs/alert.py
@@ -115,7 +115,7 @@ def alert(df_alerts) -> pd.DataFrame:
115
"metric_batch": metric_batch,
116
"metric_name": metric_name,
117
"metric_timestamp": metric_timestamp_max,
118
- "alert_type": "ml",
+ "alert_type": "anomaly",
119
**metric_tags.get(metric_name, {}),
120
}
121
logger.debug(f"metric tags:\n{tags}")
0 commit comments