Skip to content
New issue

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

Alerting features #179

Open
duyet opened this issue Mar 26, 2024 · 2 comments
Open

Alerting features #179

duyet opened this issue Mar 26, 2024 · 2 comments

Comments

@duyet
Copy link
Owner

duyet commented Mar 26, 2024

Data Engineers will receive alerts based on some defined metrics:

  • for high memory usage
  • stucking queries (configable via QUERY_STUCK_DETECTION_MAX_SECONDS_WARN
  • when a table enters readonly mode
  • if query duration is too long (how long is too long?)
  • Table have too many parts (configable via TABLE_MAX_PARTS_WARN)
  • TBU

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];

Loading

Display:

  • Table
  • API
@duyet duyet changed the title Alerting Alerting features Mar 26, 2024
@hieung-anzx
Copy link

Does this feature support Slack Integration?

@duyet
Copy link
Owner Author

duyet commented May 10, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants