We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The text was updated successfully, but these errors were encountered:
Does this feature support Slack Integration?
Sorry, something went wrong.
Not on the plan at the moment, but will consider it once the first version has been implemented. Thank you
No branches or pull requests
Data Engineers will receive alerts based on some defined metrics:
QUERY_STUCK_DETECTION_MAX_SECONDS_WARN
TABLE_MAX_PARTS_WARN
)Architect:
Display:
The text was updated successfully, but these errors were encountered: