You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DBMON-6432] ClickHouse Parts & Merges support (DataDog#23361)
* Adding parts and merges support
* Cleanup comments
* Address codex comments
* Fixing CI
* Make stalled-merge and stuck-replication thresholds configurable
Expose STALLED_MERGE_ELAPSED_THRESHOLD_SECONDS and
STUCK_REPLICATION_NUM_TRIES as parts_and_merges config options so
operators can tune them to match their cluster behaviour without
rebuilding the integration.
parts_and_merges:
stalled_merge_elapsed_threshold_seconds: 3600 # default: 1 h
stuck_replication_num_tries: 3 # default: 3
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Address comment around payload schema
* Adding two new thresholds for merge times
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Add parts and merges monitoring (DBM): per-table gauges for parts, merges, mutations, and replication queue health, plus a per-cycle row-level event payload for the DBM Storage Health timeline view.
0 commit comments