Open duyet opened 8 months ago
Data Engineers will receive alerts based on some defined metrics:
QUERY_STUCK_DETECTION_MAX_SECONDS_WARN
TABLE_MAX_PARTS_WARN
Architect:
graph TD; api[API Checks] --> table[(History Table)]; s_metric[(system.metric)] --> api; s_async_metric[(system.async_metric)] --> api; s_processes[(system.processes)] --> api; s_parts[(system.parts)] --> api; table --> alert[Alert Job]; table --> UI; alert --> webhook[External Webhook];
Display:
Does this feature support Slack Integration?
Not on the plan at the moment, but will consider it once the first version has been implemented. Thank you
Data Engineers will receive alerts based on some defined metrics:
QUERY_STUCK_DETECTION_MAX_SECONDS_WARN
TABLE_MAX_PARTS_WARN
)Architect:
Display: