8000 Alerting features · Issue #179 · duyet/clickhouse-monitoring · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Alerting features #179
Open
Open
@duyet

Description

@duyet

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0